Html Css Color HEX #281201 Cocoa Brown

📋 copy color: '#281201'

red 40 ◦ green 18 ◦ blue 1

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

Shades of Cocoa Brown #281201

Tints of Cocoa Brown #281201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 30.51%

 BLUE value IS 1 (0.78% from 255) = 1.69%

R = 67.8%
G = 30.51%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#281201 (or 0x281201) is known color: Cocoa Brown. HEX triplet: 28, 12 and 01. RGB value is (40,18,1). Sum of RGB (Red+Green+Blue) = 40+18+1=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #281201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281201 is #D7EDFE. Grayscale: #161616. Windows color (decimal): -14151167 or 70184. OLE color: 70184.

HSL color Cylindrical-coordinate representation of color #281201: hue angle of 26.15º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #281201 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 18 1 -
CMYK 0 0.55 0.98 0.84
HSL 26.15º 0.95% 0.08% -
HSV(B) 26.15º 0.98% 0.16% -
XYZ 1.1 0.89 0.14 -
YUV 22.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 40 18 1 0 0.55 0.98 0.84 26.15 0.95 0.08
Hex 28 12 1 0 37 62 54 1A 5F 8
Octal 50 22 1 0 67 142 124 32 137 10
Binary 101000 10010 1 0 110111 1100010 1010100 11010 1011111 1000

Color Harmonies of #281201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281201

Black with #281201

Text Example


Text Example

White with #281201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281201; }

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

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

background-color css

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

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

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

border-color css

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

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

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