Html Css Color HEX #281001 Seal Brown

📋 copy color: '#281001'

red 40 ◦ green 16 ◦ blue 1

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

Shades of Seal Brown #281001

Tints of Seal Brown #281001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 28.07%

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

R = 70.18%
G = 28.07%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#281001 (or 0x281001) is known color: Seal Brown. HEX triplet: 28, 10 and 01. RGB value is (40,16,1). Sum of RGB (Red+Green+Blue) = 40+16+1=57 (7% of max value = 765). Red value is 40 (16.02% from 255 or 70.18% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 40 - color contains mainly: red. Hex color #281001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281001 is #D7EFFE. Grayscale: #151515. Windows color (decimal): -14151679 or 69672. OLE color: 69672.

HSL color Cylindrical-coordinate representation of color #281001: hue angle of 23.08º 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 #281001 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 16 1 -
CMYK 0 0.60 0.98 0.84
HSL 23.08º 0.95% 0.08% -
HSV(B) 23.08º 0.98% 0.16% -
XYZ 1.07 0.82 0.13 -
YUV 21.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 40 16 1 0 0.60 0.98 0.84 23.08 0.95 0.08
Hex 28 10 1 0 3C 62 54 17 5F 8
Octal 50 20 1 0 74 142 124 27 137 10
Binary 101000 10000 1 0 111100 1100010 1010100 10111 1011111 1000

Color Harmonies of #281001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281001

Black with #281001

Text Example


Text Example

White with #281001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281001; }

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

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

background-color css

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

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

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

border-color css

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

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

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