Html Css Color HEX #281004 Seal Brown

📋 copy color: '#281004'

red 40 ◦ green 16 ◦ blue 4

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

Shades of Seal Brown #281004

Tints of Seal Brown #281004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.67%

R = 66.67%
G = 26.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.84

RGB Variations

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

Color information

#281004 (or 0x281004) is known color: Seal Brown. HEX triplet: 28, 10 and 04. RGB value is (40,16,4). Sum of RGB (Red+Green+Blue) = 40+16+4=60 (7% of max value = 765). Red value is 40 (16.02% from 255 or 66.67% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 40 - color contains mainly: red. Hex color #281004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281004 is #D7EFFB. Grayscale: #151515. Windows color (decimal): -14151676 or 266280. OLE color: 266280.

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

Color convert

RGB 40 16 4 -
CMYK 0 0.60 0.90 0.84
HSL 20º 0.82% 0.09% -
HSV(B) 20º 0.9% 0.16% -
XYZ 1.08 0.83 0.22 -
YUV 21.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 40 16 4 0 0.60 0.90 0.84 20 0.82 0.09
Hex 28 10 4 0 3C 5A 54 14 52 9
Octal 50 20 4 0 74 132 124 24 122 11
Binary 101000 10000 100 0 111100 1011010 1010100 10100 1010010 1001

Color Harmonies of #281004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281004

Black with #281004

Text Example


Text Example

White with #281004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281004; }

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

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

background-color css

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

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

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

border-color css

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

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

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