Html Css Color HEX #231400 Cocoa Brown

📋 copy color: '#231400'

red 35 ◦ green 20 ◦ blue 0

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

Shades of Cocoa Brown #231400

Tints of Cocoa Brown #231400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 36.36%

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

R = 63.64%
G = 36.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#231400 (or 0x231400) is known color: Cocoa Brown. HEX triplet: 23, 14 and 00. RGB value is (35,20,0). Sum of RGB (Red+Green+Blue) = 35+20+0=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #231400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231400 is #DCEBFF. Grayscale: #161616. Windows color (decimal): -14478336 or 5155. OLE color: 5155.

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

Color convert

RGB 35 20 0 -
CMYK 0 0.43 1 0.86
HSL 34.29º 1% 0.07% -
HSV(B) 34.29º 1% 0.14% -
XYZ 0.94 0.86 0.12 -
YUV 22.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 35 20 0 0 0.43 1 0.86 34.29 1 0.07
Hex 23 14 0 0 2B 64 56 22 64 7
Octal 43 24 0 0 53 144 126 42 144 7
Binary 100011 10100 0 0 101011 1100100 1010110 100010 1100100 111

Color Harmonies of #231400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231400

Black with #231400

Text Example


Text Example

White with #231400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231400; }

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

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

background-color css

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

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

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

border-color css

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

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

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