Html Css Color HEX #281F15 Cocoa Brown

📋 copy color: '#281F15'

red 40 ◦ green 31 ◦ blue 21

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

Shades of Cocoa Brown #281F15

Tints of Cocoa Brown #281F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 33.7%

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

R = 43.48%
G = 33.7%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#281F15 (or 0x281F15) is known color: Cocoa Brown. HEX triplet: 28, 1F and 15. RGB value is (40,31,21). Sum of RGB (Red+Green+Blue) = 40+31+21=92 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.48% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 40 - color contains mainly: red. Hex color #281F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F15 is #D7E0EA. Grayscale: #202020. Windows color (decimal): -14147819 or 1384232. OLE color: 1384232.

HSL color Cylindrical-coordinate representation of color #281F15: hue angle of 31.58º 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 #281F15 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 31 21 -
CMYK 0 0.22 0.48 0.84
HSL 31.58º 0.31% 0.12% -
HSV(B) 31.58º 0.48% 0.16% -
XYZ 1.5 1.49 0.92 -
YUV 32.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 40 31 21 0 0.22 0.48 0.84 31.58 0.31 0.12
Hex 28 1F 15 0 16 30 54 20 1F C
Octal 50 37 25 0 26 60 124 40 37 14
Binary 101000 11111 10101 0 10110 110000 1010100 100000 11111 1100

Color Harmonies of #281F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281F15

Black with #281F15

Text Example


Text Example

White with #281F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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