Html Css Color HEX #602D1A Baker's Chocolate

📋 copy color: '#602D1A'

red 96 ◦ green 45 ◦ blue 26

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

Shades of Baker's Chocolate #602D1A

Tints of Baker's Chocolate #602D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.57%

R = 57.49%
G = 26.95%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#602D1A (or 0x602D1A) is known color: Baker's Chocolate. HEX triplet: 60, 2D and 1A. RGB value is (96,45,26). Sum of RGB (Red+Green+Blue) = 96+45+26=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #602D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D1A is #9FD2E5. Grayscale: #3A3A3A. Windows color (decimal): -10474214 or 1715552. OLE color: 1715552.

HSL color Cylindrical-coordinate representation of color #602D1A: hue angle of 16.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602D1A is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 45 26 -
CMYK 0 0.53 0.73 0.62
HSL 16.29º 0.57% 0.24% -
HSV(B) 16.29º 0.73% 0.38% -
XYZ 5.95 4.44 1.52 -
YUV 58.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 96 45 26 0 0.53 0.73 0.62 16.29 0.57 0.24
Hex 60 2D 1A 0 35 49 3E 10 39 18
Octal 140 55 32 0 65 111 76 20 71 30
Binary 1100000 101101 11010 0 110101 1001001 111110 10000 111001 11000

Color Harmonies of #602D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D1A

Black with #602D1A

Text Example


Text Example

White with #602D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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