Html Css Color HEX #5B3314 Baker's Chocolate

📋 copy color: '#5B3314'

red 91 ◦ green 51 ◦ blue 20

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

Shades of Baker's Chocolate #5B3314

Tints of Baker's Chocolate #5B3314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.35%

R = 56.17%
G = 31.48%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#5B3314 (or 0x5B3314) is known color: Baker's Chocolate. HEX triplet: 5B, 33 and 14. RGB value is (91,51,20). Sum of RGB (Red+Green+Blue) = 91+51+20=162 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.17% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3314 is #A4CCEB. Grayscale: #3B3B3B. Windows color (decimal): -10800364 or 1323867. OLE color: 1323867.

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

Color convert

RGB 91 51 20 -
CMYK 0 0.44 0.78 0.64
HSL 26.2º 0.64% 0.22% -
HSV(B) 26.2º 0.78% 0.36% -
XYZ 5.62 4.64 1.26 -
YUV 59.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 91 51 20 0 0.44 0.78 0.64 26.2 0.64 0.22
Hex 5B 33 14 0 2C 4E 40 1A 40 16
Octal 133 63 24 0 54 116 100 32 100 26
Binary 1011011 110011 10100 0 101100 1001110 1000000 11010 1000000 10110

Color Harmonies of #5B3314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3314

Black with #5B3314

Text Example


Text Example

White with #5B3314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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