#231403

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

Shades of Cocoa Brown #231403

Tints of Cocoa Brown #231403

Color information

#231403 (or 0x231403) is unknown color: approx Cocoa Brown. HEX triplet: 23, 14 and 03. RGB value is (35,20,3). Sum of RGB (Red+Green+Blue) = 35+20+3=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #231403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231403 is #DCEBFC. Grayscale: #161616. Windows color (decimal): -14478333 or 201763. OLE color: 201763.

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

Color convert

RGB35203-
CMYK00.430.910.86
HSL31.88º84.21%7.45%-
HSV(B)31.88º91.43%13.73%-
XYZ0.960.860.2-
YUV22.55116.97136.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 60.34%
GREEN value IS 20 (8.20% from 255) = 34.48%
BLUE value IS 3 (1.56% from 255) = 5.17%
R=60.34%
G=34.48%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3520300.430.910.8631.8884.217.45
Hex2314302B5B5620547
Octal43243053133126401247
Binary10001110100110101011101101110101101000001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231403; }

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

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

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

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

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

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

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

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