Html Css Color HEX #281D0F Cocoa Brown

📋 copy color: '#281D0F'

red 40 ◦ green 29 ◦ blue 15

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

Shades of Cocoa Brown #281D0F

Tints of Cocoa Brown #281D0F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 34.52%

 BLUE value IS 15 (6.25% from 255) = 17.86%

R = 47.62%
G = 34.52%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.84

RGB Variations

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

Color information

#281D0F (or 0x281D0F) is known color: Cocoa Brown. HEX triplet: 28, 1D and 0F. RGB value is (40,29,15). Sum of RGB (Red+Green+Blue) = 40+29+15=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #281D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281D0F is #D7E2F0. Grayscale: #1E1E1E. Windows color (decimal): -14148337 or 990504. OLE color: 990504.

HSL color Cylindrical-coordinate representation of color #281D0F: hue angle of 33.6º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #281D0F is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 29 15 -
CMYK 0 0.28 0.62 0.84
HSL 33.6º 0.45% 0.11% -
HSV(B) 33.6º 0.63% 0.16% -
XYZ 1.4 1.36 0.64 -
YUV 30.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 40 29 15 0 0.28 0.62 0.84 33.6 0.45 0.11
Hex 28 1D F 0 1C 3E 54 22 2D B
Octal 50 35 17 0 34 76 124 42 55 13
Binary 101000 11101 1111 0 11100 111110 1010100 100010 101101 1011

Color Harmonies of #281D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281D0F

Black with #281D0F

Text Example


Text Example

White with #281D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,29,15); }

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

background-color css

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

 a { background-color: rgb(40,29,15); }

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

border-color css

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

 span { border-color: rgb(40,29,15); }

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