Html Css Color HEX #5B3901 Baker's Chocolate

📋 copy color: '#5B3901'

red 91 ◦ green 57 ◦ blue 1

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

Shades of Baker's Chocolate #5B3901

Tints of Baker's Chocolate #5B3901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.26%

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 61.07%
G = 38.26%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#5B3901 (or 0x5B3901) is known color: Baker's Chocolate. HEX triplet: 5B, 39 and 01. RGB value is (91,57,1). Sum of RGB (Red+Green+Blue) = 91+57+1=149 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.07% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3901 is #A4C6FE. Grayscale: #3D3D3D. Windows color (decimal): -10798847 or 80219. OLE color: 80219.

HSL color Cylindrical-coordinate representation of color #5B3901: hue angle of 37.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B3901 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 57 1 -
CMYK 0 0.37 0.99 0.64
HSL 37.33º 0.98% 0.18% -
HSV(B) 37.33º 0.99% 0.36% -
XYZ 5.78 5.15 0.72 -
YUV 60.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 91 57 1 0 0.37 0.99 0.64 37.33 0.98 0.18
Hex 5B 39 1 0 25 63 40 25 62 12
Octal 133 71 1 0 45 143 100 45 142 22
Binary 1011011 111001 1 0 100101 1100011 1000000 100101 1100010 10010

Color Harmonies of #5B3901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3901

Black with #5B3901

Text Example


Text Example

White with #5B3901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,57,1); }

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

background-color css

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

 a { background-color: rgb(91,57,1); }

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

border-color css

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

 span { border-color: rgb(91,57,1); }

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