Html Css Color HEX #231100 Cocoa Brown

📋 copy color: '#231100'

red 35 ◦ green 17 ◦ blue 0

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

Shades of Cocoa Brown #231100

Tints of Cocoa Brown #231100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 32.69%

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

R = 67.31%
G = 32.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#231100 (or 0x231100) is known color: Cocoa Brown. HEX triplet: 23, 11 and 00. RGB value is (35,17,0). Sum of RGB (Red+Green+Blue) = 35+17+0=52 (6% of max value = 765). Red value is 35 (14.06% from 255 or 67.31% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 35 - color contains mainly: red. Hex color #231100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231100 is #DCEEFF. Grayscale: #141414. Windows color (decimal): -14479104 or 4387. OLE color: 4387.

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

Color convert

RGB 35 17 0 -
CMYK 0 0.51 1 0.86
HSL 29.14º 1% 0.07% -
HSV(B) 29.14º 1% 0.14% -
XYZ 0.89 0.76 0.1 -
YUV 20.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 35 17 0 0 0.51 1 0.86 29.14 1 0.07
Hex 23 11 0 0 33 64 56 1D 64 7
Octal 43 21 0 0 63 144 126 35 144 7
Binary 100011 10001 0 0 110011 1100100 1010110 11101 1100100 111

Color Harmonies of #231100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231100

Black with #231100

Text Example


Text Example

White with #231100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231100; }

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

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

background-color css

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

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

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

border-color css

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

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

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