Html Css Color HEX #5D3209 Baker's Chocolate

📋 copy color: '#5D3209'

red 93 ◦ green 50 ◦ blue 9

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

Shades of Baker's Chocolate #5D3209

Tints of Baker's Chocolate #5D3209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.89%

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

R = 61.18%
G = 32.89%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#5D3209 (or 0x5D3209) is known color: Baker's Chocolate. HEX triplet: 5D, 32 and 09. RGB value is (93,50,9). Sum of RGB (Red+Green+Blue) = 93+50+9=152 (20% of max value = 765). Red value is 93 (36.72% from 255 or 61.18% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3209 is #A2CDF6. Grayscale: #3A3A3A. Windows color (decimal): -10669559 or 602717. OLE color: 602717.

HSL color Cylindrical-coordinate representation of color #5D3209: hue angle of 29.29º 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 #5D3209 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 50 9 -
CMYK 0 0.46 0.90 0.64
HSL 29.29º 0.82% 0.2% -
HSV(B) 29.29º 0.9% 0.36% -
XYZ 5.7 4.63 0.85 -
YUV 58.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 93 50 9 0 0.46 0.90 0.64 29.29 0.82 0.2
Hex 5D 32 9 0 2E 5A 40 1D 52 14
Octal 135 62 11 0 56 132 100 35 122 24
Binary 1011101 110010 1001 0 101110 1011010 1000000 11101 1010010 10100

Color Harmonies of #5D3209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3209

Black with #5D3209

Text Example


Text Example

White with #5D3209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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