Html Css Color HEX #28180A Cocoa Brown

📋 copy color: '#28180A'

red 40 ◦ green 24 ◦ blue 10

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

Shades of Cocoa Brown #28180A

Tints of Cocoa Brown #28180A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 13.51%

R = 54.05%
G = 32.43%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.84

RGB Variations

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

Color information

#28180A (or 0x28180A) is known color: Cocoa Brown. HEX triplet: 28, 18 and 0A. RGB value is (40,24,10). Sum of RGB (Red+Green+Blue) = 40+24+10=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #28180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28180A is #D7E7F5. Grayscale: #1B1B1B. Windows color (decimal): -14149622 or 661544. OLE color: 661544.

HSL color Cylindrical-coordinate representation of color #28180A: hue angle of 28º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28180A is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 24 10 -
CMYK 0 0.40 0.75 0.84
HSL 28º 0.6% 0.1% -
HSV(B) 28º 0.75% 0.16% -
XYZ 1.26 1.13 0.44 -
YUV 27.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 40 24 10 0 0.40 0.75 0.84 28 0.6 0.1
Hex 28 18 A 0 28 4B 54 1C 3C A
Octal 50 30 12 0 50 113 124 34 74 12
Binary 101000 11000 1010 0 101000 1001011 1010100 11100 111100 1010

Color Harmonies of #28180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28180A

Black with #28180A

Text Example


Text Example

White with #28180A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28180A; }

 p { color: rgb(40,24,10); }

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

background-color css

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

 a { background-color: rgb(40,24,10); }

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

border-color css

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

 span { border-color: rgb(40,24,10); }

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