Html Css Color HEX #231A0D Cocoa Brown

📋 copy color: '#231A0D'

red 35 ◦ green 26 ◦ blue 13

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

Shades of Cocoa Brown #231A0D

Tints of Cocoa Brown #231A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 35.14%

 BLUE value IS 13 (5.47% from 255) = 17.57%

R = 47.3%
G = 35.14%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#231A0D (or 0x231A0D) is known color: Cocoa Brown. HEX triplet: 23, 1A and 0D. RGB value is (35,26,13). Sum of RGB (Red+Green+Blue) = 35+26+13=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 35 - color contains mainly: red. Hex color #231A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A0D is #DCE5F2. Grayscale: #1B1B1B. Windows color (decimal): -14476787 or 858659. OLE color: 858659.

HSL color Cylindrical-coordinate representation of color #231A0D: hue angle of 35.45º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #231A0D is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 26 13 -
CMYK 0 0.26 0.63 0.86
HSL 35.45º 0.46% 0.09% -
HSV(B) 35.45º 0.63% 0.14% -
XYZ 1.14 1.13 0.54 -
YUV 27.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 35 26 13 0 0.26 0.63 0.86 35.45 0.46 0.09
Hex 23 1A D 0 1A 3F 56 23 2E 9
Octal 43 32 15 0 32 77 126 43 56 11
Binary 100011 11010 1101 0 11010 111111 1010110 100011 101110 1001

Color Harmonies of #231A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A0D

Black with #231A0D

Text Example


Text Example

White with #231A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,26,13); }

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

background-color css

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

 a { background-color: rgb(35,26,13); }

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

border-color css

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

 span { border-color: rgb(35,26,13); }

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