Html Css Color HEX #281008 Seal Brown

📋 copy color: '#281008'

red 40 ◦ green 16 ◦ blue 8

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

Shades of Seal Brown #281008

Tints of Seal Brown #281008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 12.5%

R = 62.5%
G = 25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.84

RGB Variations

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

Color information

#281008 (or 0x281008) is known color: Seal Brown. HEX triplet: 28, 10 and 08. RGB value is (40,16,8). Sum of RGB (Red+Green+Blue) = 40+16+8=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #281008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281008 is #D7EFF7. Grayscale: #161616. Windows color (decimal): -14151672 or 528424. OLE color: 528424.

HSL color Cylindrical-coordinate representation of color #281008: hue angle of 15º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #281008 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 16 8 -
CMYK 0 0.60 0.80 0.84
HSL 15º 0.67% 0.09% -
HSV(B) 15º 0.8% 0.16% -
XYZ 1.1 0.84 0.33 -
YUV 22.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 40 16 8 0 0.60 0.80 0.84 15 0.67 0.09
Hex 28 10 8 0 3C 50 54 F 43 9
Octal 50 20 10 0 74 120 124 17 103 11
Binary 101000 10000 1000 0 111100 1010000 1010100 1111 1000011 1001

Color Harmonies of #281008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281008

Black with #281008

Text Example


Text Example

White with #281008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281008; }

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

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

background-color css

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

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

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

border-color css

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

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

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