Html Css Color HEX #281F13 Cocoa Brown

📋 copy color: '#281F13'

red 40 ◦ green 31 ◦ blue 19

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

Shades of Cocoa Brown #281F13

Tints of Cocoa Brown #281F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 21.11%

R = 44.44%
G = 34.44%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#281F13 (or 0x281F13) is known color: Cocoa Brown. HEX triplet: 28, 1F and 13. RGB value is (40,31,19). Sum of RGB (Red+Green+Blue) = 40+31+19=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #281F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F13 is #D7E0EC. Grayscale: #202020. Windows color (decimal): -14147821 or 1253160. OLE color: 1253160.

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

Color convert

RGB 40 31 19 -
CMYK 0 0.22 0.52 0.84
HSL 34.29º 0.36% 0.12% -
HSV(B) 34.29º 0.53% 0.16% -
XYZ 1.48 1.48 0.82 -
YUV 32.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 40 31 19 0 0.22 0.52 0.84 34.29 0.36 0.12
Hex 28 1F 13 0 16 34 54 22 24 C
Octal 50 37 23 0 26 64 124 42 44 14
Binary 101000 11111 10011 0 10110 110100 1010100 100010 100100 1100

Color Harmonies of #281F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281F13

Black with #281F13

Text Example


Text Example

White with #281F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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