Html Css Color HEX #23180D Cocoa Brown

📋 copy color: '#23180D'

red 35 ◦ green 24 ◦ blue 13

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

Shades of Cocoa Brown #23180D

Tints of Cocoa Brown #23180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 33.33%

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

R = 48.61%
G = 33.33%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#23180D (or 0x23180D) is known color: Cocoa Brown. HEX triplet: 23, 18 and 0D. RGB value is (35,24,13). Sum of RGB (Red+Green+Blue) = 35+24+13=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #23180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23180D is #DCE7F2. Grayscale: #1A1A1A. Windows color (decimal): -14477299 or 858147. OLE color: 858147.

HSL color Cylindrical-coordinate representation of color #23180D: hue angle of 30º 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 #23180D is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 24 13 -
CMYK 0 0.31 0.63 0.86
HSL 30º 0.46% 0.09% -
HSV(B) 30º 0.63% 0.14% -
XYZ 1.09 1.04 0.52 -
YUV 26.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 35 24 13 0 0.31 0.63 0.86 30 0.46 0.09
Hex 23 18 D 0 1F 3F 56 1E 2E 9
Octal 43 30 15 0 37 77 126 36 56 11
Binary 100011 11000 1101 0 11111 111111 1010110 11110 101110 1001

Color Harmonies of #23180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23180D

Black with #23180D

Text Example


Text Example

White with #23180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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