Html Css Color HEX #5B3417 Baker's Chocolate

📋 copy color: '#5B3417'

red 91 ◦ green 52 ◦ blue 23

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

Shades of Baker's Chocolate #5B3417

Tints of Baker's Chocolate #5B3417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.33%

 BLUE value IS 23 (9.38% from 255) = 13.86%

R = 54.82%
G = 31.33%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#5B3417 (or 0x5B3417) is known color: Baker's Chocolate. HEX triplet: 5B, 34 and 17. RGB value is (91,52,23). Sum of RGB (Red+Green+Blue) = 91+52+23=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3417 is #A4CBE8. Grayscale: #3C3C3C. Windows color (decimal): -10800105 or 1520731. OLE color: 1520731.

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

Color convert

RGB 91 52 23 -
CMYK 0 0.43 0.75 0.64
HSL 25.59º 0.6% 0.22% -
HSV(B) 25.59º 0.75% 0.36% -
XYZ 5.7 4.74 1.43 -
YUV 60.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 91 52 23 0 0.43 0.75 0.64 25.59 0.6 0.22
Hex 5B 34 17 0 2B 4B 40 1A 3C 16
Octal 133 64 27 0 53 113 100 32 74 26
Binary 1011011 110100 10111 0 101011 1001011 1000000 11010 111100 10110

Color Harmonies of #5B3417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3417

Black with #5B3417

Text Example


Text Example

White with #5B3417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,52,23); }

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

background-color css

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

 a { background-color: rgb(91,52,23); }

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

border-color css

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

 span { border-color: rgb(91,52,23); }

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