Html Css Color HEX #5D3A09 Baker's Chocolate

📋 copy color: '#5D3A09'

red 93 ◦ green 58 ◦ blue 9

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

Shades of Baker's Chocolate #5D3A09

Tints of Baker's Chocolate #5D3A09

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.25%

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

R = 58.13%
G = 36.25%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#5D3A09 (or 0x5D3A09) is known color: Baker's Chocolate. HEX triplet: 5D, 3A and 09. RGB value is (93,58,9). Sum of RGB (Red+Green+Blue) = 93+58+9=160 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.12% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3A09 is #A2C5F6. Grayscale: #3F3F3F. Windows color (decimal): -10667511 or 604765. OLE color: 604765.

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

Color convert

RGB 93 58 9 -
CMYK 0 0.38 0.90 0.64
HSL 35º 0.82% 0.2% -
HSV(B) 35º 0.9% 0.36% -
XYZ 6.08 5.37 0.98 -
YUV 62.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 93 58 9 0 0.38 0.90 0.64 35 0.82 0.2
Hex 5D 3A 9 0 26 5A 40 23 52 14
Octal 135 72 11 0 46 132 100 43 122 24
Binary 1011101 111010 1001 0 100110 1011010 1000000 100011 1010010 10100

Color Harmonies of #5D3A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3A09

Black with #5D3A09

Text Example


Text Example

White with #5D3A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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