Html Css Color HEX #602D1B Baker's Chocolate

📋 copy color: '#602D1B'

red 96 ◦ green 45 ◦ blue 27

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

Shades of Baker's Chocolate #602D1B

Tints of Baker's Chocolate #602D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.07%

R = 57.14%
G = 26.79%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#602D1B (or 0x602D1B) is known color: Baker's Chocolate. HEX triplet: 60, 2D and 1B. RGB value is (96,45,27). Sum of RGB (Red+Green+Blue) = 96+45+27=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D1B is #9FD2E4. Grayscale: #3A3A3A. Windows color (decimal): -10474213 or 1781088. OLE color: 1781088.

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

Color convert

RGB 96 45 27 -
CMYK 0 0.53 0.72 0.62
HSL 15.65º 0.56% 0.24% -
HSV(B) 15.65º 0.72% 0.38% -
XYZ 5.96 4.44 1.58 -
YUV 58.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 96 45 27 0 0.53 0.72 0.62 15.65 0.56 0.24
Hex 60 2D 1B 0 35 48 3E 10 38 18
Octal 140 55 33 0 65 110 76 20 70 30
Binary 1100000 101101 11011 0 110101 1001000 111110 10000 111000 11000

Color Harmonies of #602D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D1B

Black with #602D1B

Text Example


Text Example

White with #602D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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