Html Css Color HEX #5B331E Baker's Chocolate

📋 copy color: '#5B331E'

red 91 ◦ green 51 ◦ blue 30

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

Shades of Baker's Chocolate #5B331E

Tints of Baker's Chocolate #5B331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.65%

 BLUE value IS 30 (12.11% from 255) = 17.44%

R = 52.91%
G = 29.65%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#5B331E (or 0x5B331E) is known color: Baker's Chocolate. HEX triplet: 5B, 33 and 1E. RGB value is (91,51,30). Sum of RGB (Red+Green+Blue) = 91+51+30=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B331E is #A4CCE1. Grayscale: #3C3C3C. Windows color (decimal): -10800354 or 1979227. OLE color: 1979227.

HSL color Cylindrical-coordinate representation of color #5B331E: hue angle of 20.66º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B331E is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 51 30 -
CMYK 0 0.44 0.67 0.64
HSL 20.66º 0.5% 0.24% -
HSV(B) 20.66º 0.67% 0.36% -
XYZ 5.73 4.69 1.83 -
YUV 60.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 91 51 30 0 0.44 0.67 0.64 20.66 0.5 0.24
Hex 5B 33 1E 0 2C 43 40 15 32 18
Octal 133 63 36 0 54 103 100 25 62 30
Binary 1011011 110011 11110 0 101100 1000011 1000000 10101 110010 11000

Color Harmonies of #5B331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B331E

Black with #5B331E

Text Example


Text Example

White with #5B331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,51,30); }

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

background-color css

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

 a { background-color: rgb(91,51,30); }

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

border-color css

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

 span { border-color: rgb(91,51,30); }

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