Html Css Color HEX #231200 Cocoa Brown

📋 copy color: '#231200'

red 35 ◦ green 18 ◦ blue 0

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

Shades of Cocoa Brown #231200

Tints of Cocoa Brown #231200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 33.96%

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

R = 66.04%
G = 33.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#231200 (or 0x231200) is known color: Cocoa Brown. HEX triplet: 23, 12 and 00. RGB value is (35,18,0). Sum of RGB (Red+Green+Blue) = 35+18+0=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #231200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231200 is #DCEDFF. Grayscale: #151515. Windows color (decimal): -14478848 or 4643. OLE color: 4643.

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

Color convert

RGB 35 18 0 -
CMYK 0 0.49 1 0.86
HSL 30.86º 1% 0.07% -
HSV(B) 30.86º 1% 0.14% -
XYZ 0.91 0.79 0.1 -
YUV 21.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 35 18 0 0 0.49 1 0.86 30.86 1 0.07
Hex 23 12 0 0 31 64 56 1F 64 7
Octal 43 22 0 0 61 144 126 37 144 7
Binary 100011 10010 0 0 110001 1100100 1010110 11111 1100100 111

Color Harmonies of #231200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231200

Black with #231200

Text Example


Text Example

White with #231200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231200; }

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

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

background-color css

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

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

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

border-color css

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

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

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