Html Css Color HEX #5B3A06 Baker's Chocolate

📋 copy color: '#5B3A06'

red 91 ◦ green 58 ◦ blue 6

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

Shades of Baker's Chocolate #5B3A06

Tints of Baker's Chocolate #5B3A06

RGB

 RED value IS 91 (35.94% from 255) = 58.71%

 GREEN value IS 58 (23.05% from 255) = 37.42%

 BLUE value IS 6 (2.73% from 255) = 3.87%

R = 58.71%
G = 37.42%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.64

RGB Variations

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

Color information

#5B3A06 (or 0x5B3A06) is known color: Baker's Chocolate. HEX triplet: 5B, 3A and 06. RGB value is (91,58,6). Sum of RGB (Red+Green+Blue) = 91+58+6=155 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.71% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3A06 is #A4C5F9. Grayscale: #3E3E3E. Windows color (decimal): -10798586 or 408155. OLE color: 408155.

HSL color Cylindrical-coordinate representation of color #5B3A06: hue angle of 36.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B3A06 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 58 6 -
CMYK 0 0.36 0.93 0.64
HSL 36.71º 0.88% 0.19% -
HSV(B) 36.71º 0.93% 0.36% -
XYZ 5.86 5.26 0.88 -
YUV 61.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 91 58 6 0 0.36 0.93 0.64 36.71 0.88 0.19
Hex 5B 3A 6 0 24 5D 40 25 58 13
Octal 133 72 6 0 44 135 100 45 130 23
Binary 1011011 111010 110 0 100100 1011101 1000000 100101 1011000 10011

Color Harmonies of #5B3A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3A06

Black with #5B3A06

Text Example


Text Example

White with #5B3A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,58,6); }

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

background-color css

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

 a { background-color: rgb(91,58,6); }

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

border-color css

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

 span { border-color: rgb(91,58,6); }

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