Html Css Color HEX #231300 Cocoa Brown

📋 copy color: '#231300'

red 35 ◦ green 19 ◦ blue 0

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

Shades of Cocoa Brown #231300

Tints of Cocoa Brown #231300

RGB

 RED value IS 35 (14.06% from 255) = 64.81%

 GREEN value IS 19 (7.81% from 255) = 35.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.81%
G = 35.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#231300 (or 0x231300) is known color: Cocoa Brown. HEX triplet: 23, 13 and 00. RGB value is (35,19,0). Sum of RGB (Red+Green+Blue) = 35+19+0=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #231300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231300 is #DCECFF. Grayscale: #151515. Windows color (decimal): -14478592 or 4899. OLE color: 4899.

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

Color convert

RGB 35 19 0 -
CMYK 0 0.46 1 0.86
HSL 32.57º 1% 0.07% -
HSV(B) 32.57º 1% 0.14% -
XYZ 0.93 0.82 0.11 -
YUV 21.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 35 19 0 0 0.46 1 0.86 32.57 1 0.07
Hex 23 13 0 0 2E 64 56 21 64 7
Octal 43 23 0 0 56 144 126 41 144 7
Binary 100011 10011 0 0 101110 1100100 1010110 100001 1100100 111

Color Harmonies of #231300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231300

Black with #231300

Text Example


Text Example

White with #231300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231300; }

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

 H1.HeaderClassName
 {
   color: #231300;
 }
 .AnyTagClassName
 {
   color: #231300;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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