Html Css Color HEX #602A02 Baker's Chocolate

📋 copy color: '#602A02'

red 96 ◦ green 42 ◦ blue 2

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

Shades of Baker's Chocolate #602A02

Tints of Baker's Chocolate #602A02

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30%

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

R = 68.57%
G = 30%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#602A02 (or 0x602A02) is known color: Baker's Chocolate. HEX triplet: 60, 2A and 02. RGB value is (96,42,2). Sum of RGB (Red+Green+Blue) = 96+42+2=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #602A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602A02 is #9FD5FD. Grayscale: #353535. Windows color (decimal): -10475006 or 141920. OLE color: 141920.

HSL color Cylindrical-coordinate representation of color #602A02: hue angle of 25.53º 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 #602A02 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 42 2 -
CMYK 0 0.56 0.98 0.62
HSL 25.53º 0.96% 0.19% -
HSV(B) 25.53º 0.98% 0.38% -
XYZ 5.66 4.15 0.56 -
YUV 53.59 98.89 158.25 -
System Red Green Blue C M Y K H S L
Decimal 96 42 2 0 0.56 0.98 0.62 25.53 0.96 0.19
Hex 60 2A 2 0 38 62 3E 1A 60 13
Octal 140 52 2 0 70 142 76 32 140 23
Binary 1100000 101010 10 0 111000 1100010 111110 11010 1100000 10011

Color Harmonies of #602A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602A02

Black with #602A02

Text Example


Text Example

White with #602A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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