Html Css Color HEX #281D12 Cocoa Brown

📋 copy color: '#281D12'

red 40 ◦ green 29 ◦ blue 18

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

Shades of Cocoa Brown #281D12

Tints of Cocoa Brown #281D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.69%

R = 45.98%
G = 33.33%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#281D12 (or 0x281D12) is known color: Cocoa Brown. HEX triplet: 28, 1D and 12. RGB value is (40,29,18). Sum of RGB (Red+Green+Blue) = 40+29+18=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 40 - color contains mainly: red. Hex color #281D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281D12 is #D7E2ED. Grayscale: #1F1F1F. Windows color (decimal): -14148334 or 1187112. OLE color: 1187112.

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

Color convert

RGB 40 29 18 -
CMYK 0 0.28 0.55 0.84
HSL 30º 0.38% 0.11% -
HSV(B) 30º 0.55% 0.16% -
XYZ 1.42 1.37 0.76 -
YUV 31.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 40 29 18 0 0.28 0.55 0.84 30 0.38 0.11
Hex 28 1D 12 0 1C 37 54 1E 26 B
Octal 50 35 22 0 34 67 124 36 46 13
Binary 101000 11101 10010 0 11100 110111 1010100 11110 100110 1011

Color Harmonies of #281D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281D12

Black with #281D12

Text Example


Text Example

White with #281D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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