Html Css Color HEX #5B2506 Baker's Chocolate

📋 copy color: '#5B2506'

red 91 ◦ green 37 ◦ blue 6

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

Shades of Baker's Chocolate #5B2506

Tints of Baker's Chocolate #5B2506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.61%

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

R = 67.91%
G = 27.61%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.64

RGB Variations

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

Color information

#5B2506 (or 0x5B2506) is known color: Baker's Chocolate. HEX triplet: 5B, 25 and 06. RGB value is (91,37,6). Sum of RGB (Red+Green+Blue) = 91+37+6=134 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.91% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2506 is #A4DAF9. Grayscale: #313131. Windows color (decimal): -10803962 or 402779. OLE color: 402779.

HSL color Cylindrical-coordinate representation of color #5B2506: hue angle of 21.88º 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 #5B2506 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 37 6 -
CMYK 0 0.59 0.93 0.64
HSL 21.88º 0.88% 0.19% -
HSV(B) 21.88º 0.93% 0.36% -
XYZ 5.01 3.56 0.6 -
YUV 49.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 91 37 6 0 0.59 0.93 0.64 21.88 0.88 0.19
Hex 5B 25 6 0 3B 5D 40 16 58 13
Octal 133 45 6 0 73 135 100 26 130 23
Binary 1011011 100101 110 0 111011 1011101 1000000 10110 1011000 10011

Color Harmonies of #5B2506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2506

Black with #5B2506

Text Example


Text Example

White with #5B2506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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