Html Css Color HEX #231B10 Cocoa Brown

📋 copy color: '#231B10'

red 35 ◦ green 27 ◦ blue 16

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

Shades of Cocoa Brown #231B10

Tints of Cocoa Brown #231B10

RGB

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

 GREEN value IS 27 (10.94% from 255) = 34.62%

 BLUE value IS 16 (6.64% from 255) = 20.51%

R = 44.87%
G = 34.62%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.86

RGB Variations

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

Color information

#231B10 (or 0x231B10) is known color: Cocoa Brown. HEX triplet: 23, 1B and 10. RGB value is (35,27,16). Sum of RGB (Red+Green+Blue) = 35+27+16=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #231B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B10 is #DCE4EF. Grayscale: #1C1C1C. Windows color (decimal): -14476528 or 1055523. OLE color: 1055523.

HSL color Cylindrical-coordinate representation of color #231B10: hue angle of 34.74º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #231B10 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 27 16 -
CMYK 0 0.23 0.54 0.86
HSL 34.74º 0.37% 0.1% -
HSV(B) 34.74º 0.54% 0.14% -
XYZ 1.18 1.18 0.66 -
YUV 28.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 35 27 16 0 0.23 0.54 0.86 34.74 0.37 0.1
Hex 23 1B 10 0 17 36 56 23 25 A
Octal 43 33 20 0 27 66 126 43 45 12
Binary 100011 11011 10000 0 10111 110110 1010110 100011 100101 1010

Color Harmonies of #231B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231B10

Black with #231B10

Text Example


Text Example

White with #231B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231B10; }

 p { color: rgb(35,27,16); }

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

background-color css

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

 a { background-color: rgb(35,27,16); }

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

border-color css

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

 span { border-color: rgb(35,27,16); }

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