#231202

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

Shades of Cocoa Brown #231202

Tints of Cocoa Brown #231202

Color information

#231202 (or 0x231202) is unknown color: approx Cocoa Brown. HEX triplet: 23, 12 and 02. RGB value is (35,18,2). Sum of RGB (Red+Green+Blue) = 35+18+2=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #231202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231202 is #DCEDFD. Grayscale: #151515. Windows color (decimal): -14478846 or 135715. OLE color: 135715.

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

Color convert

RGB35182-
CMYK00.490.940.86
HSL29.09º89.19%7.25%-
HSV(B)29.09º94.29%13.73%-
XYZ0.920.790.16-
YUV21.26117.13137.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 63.64%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 2 (1.17% from 255) = 3.64%
R=63.64%
G=32.73%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3518200.490.940.8629.0989.197.25
Hex231220315E561d597
Octal43222061136126351317
Binary1000111001010011000110111101010110111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231202; }

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

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

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

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

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

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

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

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