Html Css Color HEX #5D3709 Baker's Chocolate

📋 copy color: '#5D3709'

red 93 ◦ green 55 ◦ blue 9

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

Shades of Baker's Chocolate #5D3709

Tints of Baker's Chocolate #5D3709

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.03%

 BLUE value IS 9 (3.91% from 255) = 5.73%

R = 59.24%
G = 35.03%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#5D3709 (or 0x5D3709) is known color: Baker's Chocolate. HEX triplet: 5D, 37 and 09. RGB value is (93,55,9). Sum of RGB (Red+Green+Blue) = 93+55+9=157 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.24% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3709 is #A2C8F6. Grayscale: #3D3D3D. Windows color (decimal): -10668279 or 603997. OLE color: 603997.

HSL color Cylindrical-coordinate representation of color #5D3709: hue angle of 32.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D3709 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 55 9 -
CMYK 0 0.41 0.90 0.64
HSL 32.86º 0.82% 0.2% -
HSV(B) 32.86º 0.9% 0.36% -
XYZ 5.93 5.08 0.93 -
YUV 61.12 98.59 150.74 -
System Red Green Blue C M Y K H S L
Decimal 93 55 9 0 0.41 0.90 0.64 32.86 0.82 0.2
Hex 5D 37 9 0 29 5A 40 21 52 14
Octal 135 67 11 0 51 132 100 41 122 24
Binary 1011101 110111 1001 0 101001 1011010 1000000 100001 1010010 10100

Color Harmonies of #5D3709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3709

Black with #5D3709

Text Example


Text Example

White with #5D3709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,55,9); }

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

background-color css

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

 a { background-color: rgb(93,55,9); }

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

border-color css

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

 span { border-color: rgb(93,55,9); }

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