#230F00

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

Shades of Cocoa Brown #230F00

Tints of Cocoa Brown #230F00

Color information

#230F00 (or 0x230F00) is unknown color: approx Cocoa Brown. HEX triplet: 23, 0F and 00. RGB value is (35,15,0). Sum of RGB (Red+Green+Blue) = 35+15+0=50 (6% of max value = 765). Red value is 35 (14.06% from 255 or 70% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 35 - color contains mainly: red. Hex color #230F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F00 is #DCF0FF. Grayscale: #131313. Windows color (decimal): -14479616 or 3875. OLE color: 3875.

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

Color convert

RGB35150-
CMYK00.5710.86
HSL25.71º100%6.86%-
HSV(B)25.71º100%13.73%-
XYZ0.860.70.09-
YUV19.27117.13139.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 70%
GREEN value IS 15 (6.25% from 255) = 30%
BLUE value IS 0 (0.39% from 255) = 0%
R=70%
G=30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3515000.5710.8625.711006.86
Hex23F003964561a647
Octal43170071144126321447
Binary10001111110011100111001001010110110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230F00; }

 p { color: rgb(35,15,0); }

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

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

 a { background-color: rgb(35,15,0); }

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

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

 span { border-color: rgb(35,15,0); }

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