Html Css Color HEX #5D3B08 Baker's Chocolate

📋 copy color: '#5D3B08'

red 93 ◦ green 59 ◦ blue 8

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

Shades of Baker's Chocolate #5D3B08

Tints of Baker's Chocolate #5D3B08

RGB

 RED value IS 93 (36.72% from 255) = 58.13%

 GREEN value IS 59 (23.44% from 255) = 36.88%

 BLUE value IS 8 (3.52% from 255) = 5%

R = 58.13%
G = 36.88%
B = 5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.64

RGB Variations

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

Color information

#5D3B08 (or 0x5D3B08) is known color: Baker's Chocolate. HEX triplet: 5D, 3B and 08. RGB value is (93,59,8). Sum of RGB (Red+Green+Blue) = 93+59+8=160 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.12% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3B08 is #A2C4F7. Grayscale: #3F3F3F. Windows color (decimal): -10667256 or 539485. OLE color: 539485.

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

Color convert

RGB 93 59 8 -
CMYK 0 0.37 0.91 0.64
HSL 36º 0.84% 0.2% -
HSV(B) 36º 0.91% 0.36% -
XYZ 6.12 5.47 0.96 -
YUV 63.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 93 59 8 0 0.37 0.91 0.64 36 0.84 0.2
Hex 5D 3B 8 0 25 5B 40 24 54 14
Octal 135 73 10 0 45 133 100 44 124 24
Binary 1011101 111011 1000 0 100101 1011011 1000000 100100 1010100 10100

Color Harmonies of #5D3B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3B08

Black with #5D3B08

Text Example


Text Example

White with #5D3B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,59,8); }

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

background-color css

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

 a { background-color: rgb(93,59,8); }

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

border-color css

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

 span { border-color: rgb(93,59,8); }

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