Html Css Color HEX #492B04 Baker's Chocolate

📋 copy color: '#492B04'

red 73 ◦ green 43 ◦ blue 4

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

Shades of Baker's Chocolate #492B04

Tints of Baker's Chocolate #492B04

RGB

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

 GREEN value IS 43 (17.19% from 255) = 35.83%

 BLUE value IS 4 (1.95% from 255) = 3.33%

R = 60.83%
G = 35.83%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#492B04 (or 0x492B04) is known color: Baker's Chocolate. HEX triplet: 49, 2B and 04. RGB value is (73,43,4). Sum of RGB (Red+Green+Blue) = 73+43+4=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #492B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492B04 is #B6D4FB. Grayscale: #2F2F2F. Windows color (decimal): -11982076 or 273225. OLE color: 273225.

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

Color convert

RGB 73 43 4 -
CMYK 0 0.41 0.95 0.71
HSL 33.91º 0.9% 0.15% -
HSV(B) 33.91º 0.95% 0.29% -
XYZ 3.63 3.15 0.53 -
YUV 47.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 73 43 4 0 0.41 0.95 0.71 33.91 0.9 0.15
Hex 49 2B 4 0 29 5F 47 22 5A F
Octal 111 53 4 0 51 137 107 42 132 17
Binary 1001001 101011 100 0 101001 1011111 1000111 100010 1011010 1111

Color Harmonies of #492B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B04

Black with #492B04

Text Example


Text Example

White with #492B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492B04; }

 p { color: rgb(73,43,4); }

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

background-color css

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

 a { background-color: rgb(73,43,4); }

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

border-color css

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

 span { border-color: rgb(73,43,4); }

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