Html Css Color HEX #280F01 Seal Brown

📋 copy color: '#280F01'

red 40 ◦ green 15 ◦ blue 1

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

Shades of Seal Brown #280F01

Tints of Seal Brown #280F01

RGB

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

 GREEN value IS 15 (6.25% from 255) = 26.79%

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

R = 71.43%
G = 26.79%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#280F01 (or 0x280F01) is known color: Seal Brown. HEX triplet: 28, 0F and 01. RGB value is (40,15,1). Sum of RGB (Red+Green+Blue) = 40+15+1=56 (7% of max value = 765). Red value is 40 (16.02% from 255 or 71.43% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 40 - color contains mainly: red. Hex color #280F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F01 is #D7F0FE. Grayscale: #141414. Windows color (decimal): -14151935 or 69416. OLE color: 69416.

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

Color convert

RGB 40 15 1 -
CMYK 0 0.62 0.98 0.84
HSL 21.54º 0.95% 0.08% -
HSV(B) 21.54º 0.98% 0.16% -
XYZ 1.05 0.79 0.13 -
YUV 20.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 40 15 1 0 0.62 0.98 0.84 21.54 0.95 0.08
Hex 28 F 1 0 3E 62 54 16 5F 8
Octal 50 17 1 0 76 142 124 26 137 10
Binary 101000 1111 1 0 111110 1100010 1010100 10110 1011111 1000

Color Harmonies of #280F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F01

Black with #280F01

Text Example


Text Example

White with #280F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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