Html Css Color HEX #5D3003 Baker's Chocolate

📋 copy color: '#5D3003'

red 93 ◦ green 48 ◦ blue 3

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

Shades of Baker's Chocolate #5D3003

Tints of Baker's Chocolate #5D3003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.33%

 BLUE value IS 3 (1.56% from 255) = 2.08%

R = 64.58%
G = 33.33%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.64

RGB Variations

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

Color information

#5D3003 (or 0x5D3003) is known color: Baker's Chocolate. HEX triplet: 5D, 30 and 03. RGB value is (93,48,3). Sum of RGB (Red+Green+Blue) = 93+48+3=144 (19% of max value = 765). Red value is 93 (36.72% from 255 or 64.58% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3003 is #A2CFFC. Grayscale: #383838. Windows color (decimal): -10670077 or 208989. OLE color: 208989.

HSL color Cylindrical-coordinate representation of color #5D3003: hue angle of 30º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D3003 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 48 3 -
CMYK 0 0.48 0.97 0.64
HSL 30º 0.94% 0.19% -
HSV(B) 30º 0.97% 0.36% -
XYZ 5.59 4.45 0.65 -
YUV 56.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 93 48 3 0 0.48 0.97 0.64 30 0.94 0.19
Hex 5D 30 3 0 30 61 40 1E 5E 13
Octal 135 60 3 0 60 141 100 36 136 23
Binary 1011101 110000 11 0 110000 1100001 1000000 11110 1011110 10011

Color Harmonies of #5D3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3003

Black with #5D3003

Text Example


Text Example

White with #5D3003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,48,3); }

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

background-color css

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

 a { background-color: rgb(93,48,3); }

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

border-color css

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

 span { border-color: rgb(93,48,3); }

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