#231402

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

Shades of Cocoa Brown #231402

Tints of Cocoa Brown #231402

Color information

#231402 (or 0x231402) is unknown color: approx Cocoa Brown. HEX triplet: 23, 14 and 02. RGB value is (35,20,2). Sum of RGB (Red+Green+Blue) = 35+20+2=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #231402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231402 is #DCEBFD. Grayscale: #161616. Windows color (decimal): -14478334 or 136227. OLE color: 136227.

HSL color Cylindrical-coordinate representation of color #231402: hue angle of 32.73º 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 #231402 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB35202-
CMYK00.430.940.86
HSL32.73º89.19%7.25%-
HSV(B)32.73º94.29%13.73%-
XYZ0.950.860.17-
YUV22.43116.47136.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 61.40%
GREEN value IS 20 (8.20% from 255) = 35.09%
BLUE value IS 2 (1.17% from 255) = 3.51%
R=61.40%
G=35.09%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3520200.430.940.8632.7389.197.25
Hex2314202B5E5621597
Octal43242053136126411317
Binary10001110100100101011101111010101101000011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231402; }

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

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

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

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

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

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

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

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