Html Css Color HEX #231505 Cocoa Brown

📋 copy color: '#231505'

red 35 ◦ green 21 ◦ blue 5

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

Shades of Cocoa Brown #231505

Tints of Cocoa Brown #231505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 34.43%

 BLUE value IS 5 (2.34% from 255) = 8.2%

R = 57.38%
G = 34.43%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.86

RGB Variations

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

Color information

#231505 (or 0x231505) is known color: Cocoa Brown. HEX triplet: 23, 15 and 05. RGB value is (35,21,5). Sum of RGB (Red+Green+Blue) = 35+21+5=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #231505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231505 is #DCEAFA. Grayscale: #171717. Windows color (decimal): -14478075 or 333091. OLE color: 333091.

HSL color Cylindrical-coordinate representation of color #231505: hue angle of 32º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231505 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 21 5 -
CMYK 0 0.40 0.86 0.86
HSL 32º 0.75% 0.08% -
HSV(B) 32º 0.86% 0.14% -
XYZ 0.99 0.9 0.27 -
YUV 23.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 35 21 5 0 0.40 0.86 0.86 32 0.75 0.08
Hex 23 15 5 0 28 56 56 20 4B 8
Octal 43 25 5 0 50 126 126 40 113 10
Binary 100011 10101 101 0 101000 1010110 1010110 100000 1001011 1000

Color Harmonies of #231505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231505

Black with #231505

Text Example


Text Example

White with #231505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231505; }

 p { color: rgb(35,21,5); }

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

background-color css

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

 a { background-color: rgb(35,21,5); }

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

border-color css

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

 span { border-color: rgb(35,21,5); }

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