Html Css Color HEX #602502 Baker's Chocolate

📋 copy color: '#602502'

red 96 ◦ green 37 ◦ blue 2

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

Shades of Baker's Chocolate #602502

Tints of Baker's Chocolate #602502

RGB

 RED value IS 96 (37.89% from 255) = 71.11%

 GREEN value IS 37 (14.84% from 255) = 27.41%

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

R = 71.11%
G = 27.41%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#602502 (or 0x602502) is known color: Baker's Chocolate. HEX triplet: 60, 25 and 02. RGB value is (96,37,2). Sum of RGB (Red+Green+Blue) = 96+37+2=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #602502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602502 is #9FDAFD. Grayscale: #323232. Windows color (decimal): -10476286 or 140640. OLE color: 140640.

HSL color Cylindrical-coordinate representation of color #602502: hue angle of 22.34º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #602502 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 2 -
CMYK 0 0.61 0.98 0.62
HSL 22.34º 0.96% 0.19% -
HSV(B) 22.34º 0.98% 0.38% -
XYZ 5.5 3.81 0.5 -
YUV 50.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 96 37 2 0 0.61 0.98 0.62 22.34 0.96 0.19
Hex 60 25 2 0 3D 62 3E 16 60 13
Octal 140 45 2 0 75 142 76 26 140 23
Binary 1100000 100101 10 0 111101 1100010 111110 10110 1100000 10011

Color Harmonies of #602502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602502

Black with #602502

Text Example


Text Example

White with #602502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602502; }

 p { color: rgb(96,37,2); }

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

background-color css

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

 a { background-color: rgb(96,37,2); }

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

border-color css

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

 span { border-color: rgb(96,37,2); }

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