Html Css Color HEX #230F00 Cocoa Brown

📋 copy color: '#230F00'

red 35 ◦ green 15 ◦ blue 0

#230F00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #230F00

Tints of Cocoa Brown #230F00

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 value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#230F00 (or 0x230F00) is known color: 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

RGB 35 15 0 -
CMYK 0 0.57 1 0.86
HSL 25.71º 1% 0.07% -
HSV(B) 25.71º 1% 0.14% -
XYZ 0.86 0.7 0.09 -
YUV 19.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 35 15 0 0 0.57 1 0.86 25.71 1 0.07
Hex 23 F 0 0 39 64 56 1A 64 7
Octal 43 17 0 0 71 144 126 32 144 7
Binary 100011 1111 0 0 111001 1100100 1010110 11010 1100100 111

Color Harmonies of #230F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F00

Black with #230F00

Text Example


Text Example

White with #230F00

Text Example


Text Example

HTML Codes & Css Web 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>