Html Css Color HEX #281E15 Cocoa Brown

📋 copy color: '#281E15'

red 40 ◦ green 30 ◦ blue 21

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

Shades of Cocoa Brown #281E15

Tints of Cocoa Brown #281E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 32.97%

 BLUE value IS 21 (8.59% from 255) = 23.08%

R = 43.96%
G = 32.97%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#281E15 (or 0x281E15) is known color: Cocoa Brown. HEX triplet: 28, 1E and 15. RGB value is (40,30,21). Sum of RGB (Red+Green+Blue) = 40+30+21=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #281E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281E15 is #D7E1EA. Grayscale: #202020. Windows color (decimal): -14148075 or 1383976. OLE color: 1383976.

HSL color Cylindrical-coordinate representation of color #281E15: hue angle of 28.42º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #281E15 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 30 21 -
CMYK 0 0.25 0.48 0.84
HSL 28.42º 0.31% 0.12% -
HSV(B) 28.42º 0.48% 0.16% -
XYZ 1.47 1.43 0.91 -
YUV 31.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 40 30 21 0 0.25 0.48 0.84 28.42 0.31 0.12
Hex 28 1E 15 0 19 30 54 1C 1F C
Octal 50 36 25 0 31 60 124 34 37 14
Binary 101000 11110 10101 0 11001 110000 1010100 11100 11111 1100

Color Harmonies of #281E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281E15

Black with #281E15

Text Example


Text Example

White with #281E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281E15; }

 p { color: rgb(40,30,21); }

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

background-color css

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

 a { background-color: rgb(40,30,21); }

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

border-color css

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

 span { border-color: rgb(40,30,21); }

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