Html Css Color HEX #581800 Baker's Chocolate

📋 copy color: '#581800'

red 88 ◦ green 24 ◦ blue 0

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

Shades of Baker's Chocolate #581800

Tints of Baker's Chocolate #581800

RGB

 RED value IS 88 (34.77% from 255) = 78.57%

 GREEN value IS 24 (9.77% from 255) = 21.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.57%
G = 21.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#581800 (or 0x581800) is known color: Baker's Chocolate. HEX triplet: 58, 18 and 00. RGB value is (88,24,0). Sum of RGB (Red+Green+Blue) = 88+24+0=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #581800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581800 is #A7E7FF. Grayscale: #282828. Windows color (decimal): -11003904 or 6232. OLE color: 6232.

HSL color Cylindrical-coordinate representation of color #581800: hue angle of 16.36º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #581800 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 24 0 -
CMYK 0 0.73 1 0.65
HSL 16.36º 1% 0.17% -
HSV(B) 16.36º 1% 0.35% -
XYZ 4.35 2.73 0.3 -
YUV 40.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 88 24 0 0 0.73 1 0.65 16.36 1 0.17
Hex 58 18 0 0 49 64 41 10 64 11
Octal 130 30 0 0 111 144 101 20 144 21
Binary 1011000 11000 0 0 1001001 1100100 1000001 10000 1100100 10001

Color Harmonies of #581800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581800

Black with #581800

Text Example


Text Example

White with #581800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581800; }

 p { color: rgb(88,24,0); }

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

background-color css

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

 a { background-color: rgb(88,24,0); }

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

border-color css

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

 span { border-color: rgb(88,24,0); }

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