#602500

Color #602500 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #602500

Tints of Baker's Chocolate #602500

Color information

#602500 (or 0x602500) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 25 and 00. RGB value is (96,37,0). Sum of RGB (Red+Green+Blue) = 96+37+0=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #602500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602500 is #9FDAFF. Grayscale: #323232. Windows color (decimal): -10476288 or 9568. OLE color: 9568.

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

Color convert

RGB96370-
CMYK00.6110.62
HSL23.12º100%18.82%-
HSV(B)23.12º100%37.65%-
XYZ5.493.810.45-
YUV50.4299.55160.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 72.18%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.18%
G=27.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9637000.6110.6223.1210018.82
Hex6025003D643E176413
Octal140450075144762714423
Binary110000010010100111101110010011111010111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602500; }

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

 H1.HeaderClassName
 {
   color: #602500;
 }
 .AnyTagClassName
 {
   color: #602500;
 }
</style>
background-color css

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

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

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

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

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

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