#231502

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

Shades of Cocoa Brown #231502

Tints of Cocoa Brown #231502

Color information

#231502 (or 0x231502) is unknown color: approx Cocoa Brown. HEX triplet: 23, 15 and 02. RGB value is (35,21,2). Sum of RGB (Red+Green+Blue) = 35+21+2=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #231502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231502 is #DCEAFD. Grayscale: #171717. Windows color (decimal): -14478078 or 136483. OLE color: 136483.

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

Color convert

RGB35212-
CMYK00.400.940.86
HSL34.55º89.19%7.25%-
HSV(B)34.55º94.29%13.73%-
XYZ0.970.90.18-
YUV23.02116.14136.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 60.34%
GREEN value IS 21 (8.59% from 255) = 36.21%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=60.34%
G=36.21%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3521200.400.940.8634.5589.197.25
Hex231520285E5623597
Octal43252050136126431317
Binary10001110101100101000101111010101101000111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231502; }

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

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

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

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

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

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

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

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