Html Css Color HEX #602D02 Baker's Chocolate

📋 copy color: '#602D02'

red 96 ◦ green 45 ◦ blue 2

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

Shades of Baker's Chocolate #602D02

Tints of Baker's Chocolate #602D02

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.47%

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

R = 67.13%
G = 31.47%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#602D02 (or 0x602D02) is known color: Baker's Chocolate. HEX triplet: 60, 2D and 02. RGB value is (96,45,2). Sum of RGB (Red+Green+Blue) = 96+45+2=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #602D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602D02 is #9FD2FD. Grayscale: #373737. Windows color (decimal): -10474238 or 142688. OLE color: 142688.

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

Color convert

RGB 96 45 2 -
CMYK 0 0.53 0.98 0.62
HSL 27.45º 0.96% 0.19% -
HSV(B) 27.45º 0.98% 0.38% -
XYZ 5.77 4.37 0.6 -
YUV 55.35 97.9 157 -
System Red Green Blue C M Y K H S L
Decimal 96 45 2 0 0.53 0.98 0.62 27.45 0.96 0.19
Hex 60 2D 2 0 35 62 3E 1B 60 13
Octal 140 55 2 0 65 142 76 33 140 23
Binary 1100000 101101 10 0 110101 1100010 111110 11011 1100000 10011

Color Harmonies of #602D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D02

Black with #602D02

Text Example


Text Example

White with #602D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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