Html Css Color HEX #582F01 Baker's Chocolate

📋 copy color: '#582F01'

red 88 ◦ green 47 ◦ blue 1

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

Shades of Baker's Chocolate #582F01

Tints of Baker's Chocolate #582F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 64.71%
G = 34.56%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#582F01 (or 0x582F01) is known color: Baker's Chocolate. HEX triplet: 58, 2F and 01. RGB value is (88,47,1). Sum of RGB (Red+Green+Blue) = 88+47+1=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #582F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582F01 is #A7D0FE. Grayscale: #363636. Windows color (decimal): -10998015 or 77656. OLE color: 77656.

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

Color convert

RGB 88 47 1 -
CMYK 0 0.47 0.99 0.65
HSL 31.72º 0.98% 0.17% -
HSV(B) 31.72º 0.99% 0.35% -
XYZ 5.05 4.11 0.56 -
YUV 54.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 88 47 1 0 0.47 0.99 0.65 31.72 0.98 0.17
Hex 58 2F 1 0 2F 63 41 20 62 11
Octal 130 57 1 0 57 143 101 40 142 21
Binary 1011000 101111 1 0 101111 1100011 1000001 100000 1100010 10001

Color Harmonies of #582F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F01

Black with #582F01

Text Example


Text Example

White with #582F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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