#231302

Color #231302 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #231302

Tints of Cocoa Brown #231302

Color information

#231302 (or 0x231302) is unknown color: approx Cocoa Brown. HEX triplet: 23, 13 and 02. RGB value is (35,19,2). Sum of RGB (Red+Green+Blue) = 35+19+2=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #231302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231302 is #DCECFD. Grayscale: #151515. Windows color (decimal): -14478590 or 135971. OLE color: 135971.

HSL color Cylindrical-coordinate representation of color #231302: hue angle of 30.91º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #231302 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB35192-
CMYK00.460.940.86
HSL30.91º89.19%7.25%-
HSV(B)30.91º94.29%13.73%-
XYZ0.940.830.17-
YUV21.85116.8137.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 62.5%
GREEN value IS 19 (7.81% from 255) = 33.93%
BLUE value IS 2 (1.17% from 255) = 3.57%
R=62.5%
G=33.93%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3519200.460.940.8630.9189.197.25
Hex2313202E5E561f597
Octal43232056136126371317
Binary1000111001110010111010111101010110111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231302; }

 p { color: rgb(35,19,2); }

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

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

 a { background-color: rgb(35,19,2); }

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

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

 span { border-color: rgb(35,19,2); }

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