Html Css Color HEX #231508 Cocoa Brown

📋 copy color: '#231508'

red 35 ◦ green 21 ◦ blue 8

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

Shades of Cocoa Brown #231508

Tints of Cocoa Brown #231508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 12.5%

R = 54.69%
G = 32.81%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.86

RGB Variations

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

Color information

#231508 (or 0x231508) is known color: Cocoa Brown. HEX triplet: 23, 15 and 08. RGB value is (35,21,8). Sum of RGB (Red+Green+Blue) = 35+21+8=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #231508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231508 is #DCEAF7. Grayscale: #171717. Windows color (decimal): -14478072 or 529699. OLE color: 529699.

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

Color convert

RGB 35 21 8 -
CMYK 0 0.40 0.77 0.86
HSL 28.89º 0.63% 0.08% -
HSV(B) 28.89º 0.77% 0.14% -
XYZ 1.01 0.91 0.35 -
YUV 23.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 35 21 8 0 0.40 0.77 0.86 28.89 0.63 0.08
Hex 23 15 8 0 28 4D 56 1D 3F 8
Octal 43 25 10 0 50 115 126 35 77 10
Binary 100011 10101 1000 0 101000 1001101 1010110 11101 111111 1000

Color Harmonies of #231508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231508

Black with #231508

Text Example


Text Example

White with #231508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231508; }

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

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

background-color css

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

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

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

border-color css

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

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

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