Html Css Color HEX #280F02 Seal Brown

📋 copy color: '#280F02'

red 40 ◦ green 15 ◦ blue 2

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

Shades of Seal Brown #280F02

Tints of Seal Brown #280F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.51%

R = 70.18%
G = 26.32%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#280F02 (or 0x280F02) is known color: Seal Brown. HEX triplet: 28, 0F and 02. RGB value is (40,15,2). Sum of RGB (Red+Green+Blue) = 40+15+2=57 (7% of max value = 765). Red value is 40 (16.02% from 255 or 70.18% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 40 - color contains mainly: red. Hex color #280F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F02 is #D7F0FD. Grayscale: #151515. Windows color (decimal): -14151934 or 134952. OLE color: 134952.

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

Color convert

RGB 40 15 2 -
CMYK 0 0.62 0.95 0.84
HSL 20.53º 0.9% 0.08% -
HSV(B) 20.53º 0.95% 0.16% -
XYZ 1.06 0.8 0.16 -
YUV 20.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 40 15 2 0 0.62 0.95 0.84 20.53 0.9 0.08
Hex 28 F 2 0 3E 5F 54 15 5A 8
Octal 50 17 2 0 76 137 124 25 132 10
Binary 101000 1111 10 0 111110 1011111 1010100 10101 1011010 1000

Color Harmonies of #280F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F02

Black with #280F02

Text Example


Text Example

White with #280F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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