Html Css Color HEX #5E3502 Baker's Chocolate

📋 copy color: '#5E3502'

red 94 ◦ green 53 ◦ blue 2

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

Shades of Baker's Chocolate #5E3502

Tints of Baker's Chocolate #5E3502

RGB

 RED value IS 94 (37.11% from 255) = 63.09%

 GREEN value IS 53 (21.09% from 255) = 35.57%

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

R = 63.09%
G = 35.57%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.63

RGB Variations

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

Color information

#5E3502 (or 0x5E3502) is known color: Baker's Chocolate. HEX triplet: 5E, 35 and 02. RGB value is (94,53,2). Sum of RGB (Red+Green+Blue) = 94+53+2=149 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.09% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E3502 is #A1CAFD. Grayscale: #3B3B3B. Windows color (decimal): -10603262 or 144734. OLE color: 144734.

HSL color Cylindrical-coordinate representation of color #5E3502: hue angle of 33.26º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E3502 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 53 2 -
CMYK 0 0.44 0.98 0.63
HSL 33.26º 0.96% 0.19% -
HSV(B) 33.26º 0.98% 0.37% -
XYZ 5.9 4.93 0.7 -
YUV 59.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 94 53 2 0 0.44 0.98 0.63 33.26 0.96 0.19
Hex 5E 35 2 0 2C 62 3F 21 60 13
Octal 136 65 2 0 54 142 77 41 140 23
Binary 1011110 110101 10 0 101100 1100010 111111 100001 1100000 10011

Color Harmonies of #5E3502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3502

Black with #5E3502

Text Example


Text Example

White with #5E3502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E3502; }

 p { color: rgb(94,53,2); }

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

background-color css

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

 a { background-color: rgb(94,53,2); }

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

border-color css

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

 span { border-color: rgb(94,53,2); }

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