Html Css Color HEX #492702 Baker's Chocolate

📋 copy color: '#492702'

red 73 ◦ green 39 ◦ blue 2

#492702
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #492702

Tints of Baker's Chocolate #492702

RGB

 RED value IS 73 (28.91% from 255) = 64.04%

 GREEN value IS 39 (15.63% from 255) = 34.21%

 BLUE value IS 2 (1.17% from 255) = 1.75%

R = 64.04%
G = 34.21%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#492702 (or 0x492702) is known color: Baker's Chocolate. HEX triplet: 49, 27 and 02. RGB value is (73,39,2). Sum of RGB (Red+Green+Blue) = 73+39+2=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #492702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492702 is #B6D8FD. Grayscale: #2D2D2D. Windows color (decimal): -11983102 or 141129. OLE color: 141129.

HSL color Cylindrical-coordinate representation of color #492702: hue angle of 31.27º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #492702 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 39 2 -
CMYK 0 0.47 0.97 0.71
HSL 31.27º 0.95% 0.15% -
HSV(B) 31.27º 0.97% 0.29% -
XYZ 3.48 2.87 0.43 -
YUV 44.95 103.76 148.01 -
System Red Green Blue C M Y K H S L
Decimal 73 39 2 0 0.47 0.97 0.71 31.27 0.95 0.15
Hex 49 27 2 0 2F 61 47 1F 5F F
Octal 111 47 2 0 57 141 107 37 137 17
Binary 1001001 100111 10 0 101111 1100001 1000111 11111 1011111 1111

Color Harmonies of #492702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492702

Black with #492702

Text Example


Text Example

White with #492702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492702; }

 p { color: rgb(73,39,2); }

 H1.HeaderClassName
 {
   color: #492702;
 }
 .AnyTagClassName
 {
   color: #492702;
 }
</style>

background-color css

<style>
 a { background-color: #492702; }

 a { background-color: rgb(73,39,2); }

 div.DivClassName
 {
   background-color: #492702;
 }
 .BgClassName
 {
   background-color: #492702;
 }
</style>

border-color css

<style>
 span { border-color: #492702; }

 span { border-color: rgb(73,39,2); }

 td.TdClassName
 {
   border-color: #492702;
 }
 .TagClassName
 {
   border-color: #492702;
 }
</style>