Html Css Color HEX #582E02 Baker's Chocolate

📋 copy color: '#582E02'

red 88 ◦ green 46 ◦ blue 2

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

Shades of Baker's Chocolate #582E02

Tints of Baker's Chocolate #582E02

RGB

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

 GREEN value IS 46 (18.36% from 255) = 33.82%

 BLUE value IS 2 (1.17% from 255) = 1.47%

R = 64.71%
G = 33.82%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#582E02 (or 0x582E02) is known color: Baker's Chocolate. HEX triplet: 58, 2E and 02. RGB value is (88,46,2). Sum of RGB (Red+Green+Blue) = 88+46+2=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #582E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582E02 is #A7D1FD. Grayscale: #353535. Windows color (decimal): -10998270 or 142936. OLE color: 142936.

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

Color convert

RGB 88 46 2 -
CMYK 0 0.48 0.98 0.65
HSL 30.7º 0.96% 0.18% -
HSV(B) 30.7º 0.98% 0.35% -
XYZ 5.01 4.03 0.57 -
YUV 53.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 88 46 2 0 0.48 0.98 0.65 30.7 0.96 0.18
Hex 58 2E 2 0 30 62 41 1F 60 12
Octal 130 56 2 0 60 142 101 37 140 22
Binary 1011000 101110 10 0 110000 1100010 1000001 11111 1100000 10010

Color Harmonies of #582E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582E02

Black with #582E02

Text Example


Text Example

White with #582E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,46,2); }

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

background-color css

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

 a { background-color: rgb(88,46,2); }

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

border-color css

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

 span { border-color: rgb(88,46,2); }

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