Html Css Color HEX #28190D Cocoa Brown

📋 copy color: '#28190D'

red 40 ◦ green 25 ◦ blue 13

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

Shades of Cocoa Brown #28190D

Tints of Cocoa Brown #28190D

RGB

 RED value IS 40 (16.02% from 255) = 51.28%

 GREEN value IS 25 (10.16% from 255) = 32.05%

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

R = 51.28%
G = 32.05%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#28190D (or 0x28190D) is known color: Cocoa Brown. HEX triplet: 28, 19 and 0D. RGB value is (40,25,13). Sum of RGB (Red+Green+Blue) = 40+25+13=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #28190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28190D is #D7E6F2. Grayscale: #1C1C1C. Windows color (decimal): -14149363 or 858408. OLE color: 858408.

HSL color Cylindrical-coordinate representation of color #28190D: hue angle of 26.67º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28190D is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 25 13 -
CMYK 0 0.38 0.67 0.84
HSL 26.67º 0.51% 0.1% -
HSV(B) 26.67º 0.68% 0.16% -
XYZ 1.3 1.18 0.54 -
YUV 28.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 40 25 13 0 0.38 0.67 0.84 26.67 0.51 0.1
Hex 28 19 D 0 26 43 54 1B 33 A
Octal 50 31 15 0 46 103 124 33 63 12
Binary 101000 11001 1101 0 100110 1000011 1010100 11011 110011 1010

Color Harmonies of #28190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28190D

Black with #28190D

Text Example


Text Example

White with #28190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,25,13); }

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

background-color css

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

 a { background-color: rgb(40,25,13); }

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

border-color css

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

 span { border-color: rgb(40,25,13); }

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