Html Css Color HEX #573008 Baker's Chocolate

📋 copy color: '#573008'

red 87 ◦ green 48 ◦ blue 8

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

Shades of Baker's Chocolate #573008

Tints of Baker's Chocolate #573008

RGB

 RED value IS 87 (34.38% from 255) = 60.84%

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

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

R = 60.84%
G = 33.57%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#573008 (or 0x573008) is known color: Baker's Chocolate. HEX triplet: 57, 30 and 08. RGB value is (87,48,8). Sum of RGB (Red+Green+Blue) = 87+48+8=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #573008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573008 is #A8CFF7. Grayscale: #373737. Windows color (decimal): -11063288 or 536663. OLE color: 536663.

HSL color Cylindrical-coordinate representation of color #573008: hue angle of 30.38º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #573008 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 48 8 -
CMYK 0 0.45 0.91 0.66
HSL 30.38º 0.83% 0.19% -
HSV(B) 30.38º 0.91% 0.34% -
XYZ 5.03 4.16 0.77 -
YUV 55.1 101.42 150.75 -
System Red Green Blue C M Y K H S L
Decimal 87 48 8 0 0.45 0.91 0.66 30.38 0.83 0.19
Hex 57 30 8 0 2D 5B 42 1E 53 13
Octal 127 60 10 0 55 133 102 36 123 23
Binary 1010111 110000 1000 0 101101 1011011 1000010 11110 1010011 10011

Color Harmonies of #573008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573008

Black with #573008

Text Example


Text Example

White with #573008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573008; }

 p { color: rgb(87,48,8); }

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

background-color css

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

 a { background-color: rgb(87,48,8); }

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

border-color css

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

 span { border-color: rgb(87,48,8); }

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