Html Css Color HEX #582F19 Baker's Chocolate

📋 copy color: '#582F19'

red 88 ◦ green 47 ◦ blue 25

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

Shades of Baker's Chocolate #582F19

Tints of Baker's Chocolate #582F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.38%

 BLUE value IS 25 (10.16% from 255) = 15.63%

R = 55%
G = 29.38%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#582F19 (or 0x582F19) is known color: Baker's Chocolate. HEX triplet: 58, 2F and 19. RGB value is (88,47,25). Sum of RGB (Red+Green+Blue) = 88+47+25=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #582F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582F19 is #A7D0E6. Grayscale: #383838. Windows color (decimal): -10997991 or 1650520. OLE color: 1650520.

HSL color Cylindrical-coordinate representation of color #582F19: hue angle of 20.95º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582F19 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 47 25 -
CMYK 0 0.47 0.72 0.65
HSL 20.95º 0.56% 0.22% -
HSV(B) 20.95º 0.72% 0.35% -
XYZ 5.22 4.18 1.45 -
YUV 56.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 88 47 25 0 0.47 0.72 0.65 20.95 0.56 0.22
Hex 58 2F 19 0 2F 48 41 15 38 16
Octal 130 57 31 0 57 110 101 25 70 26
Binary 1011000 101111 11001 0 101111 1001000 1000001 10101 111000 10110

Color Harmonies of #582F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F19

Black with #582F19

Text Example


Text Example

White with #582F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582F19; }

 p { color: rgb(88,47,25); }

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

background-color css

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

 a { background-color: rgb(88,47,25); }

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

border-color css

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

 span { border-color: rgb(88,47,25); }

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