Html Css Color HEX #280F0C Seal Brown

📋 copy color: '#280F0C'

red 40 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #280F0C

Tints of Seal Brown #280F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 17.91%

R = 59.7%
G = 22.39%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.84

RGB Variations

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

Color information

#280F0C (or 0x280F0C) is known color: Seal Brown. HEX triplet: 28, 0F and 0C. RGB value is (40,15,12). Sum of RGB (Red+Green+Blue) = 40+15+12=67 (8% of max value = 765). Red value is 40 (16.02% from 255 or 59.70% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 40 - color contains mainly: red. Hex color #280F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F0C is #D7F0F3. Grayscale: #161616. Windows color (decimal): -14151924 or 790312. OLE color: 790312.

HSL color Cylindrical-coordinate representation of color #280F0C: hue angle of 6.43º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #280F0C is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 15 12 -
CMYK 0 0.62 0.70 0.84
HSL 6.43º 0.54% 0.1% -
HSV(B) 6.43º 0.7% 0.16% -
XYZ 1.11 0.82 0.45 -
YUV 22.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 40 15 12 0 0.62 0.70 0.84 6.43 0.54 0.1
Hex 28 F C 0 3E 46 54 6 36 A
Octal 50 17 14 0 76 106 124 6 66 12
Binary 101000 1111 1100 0 111110 1000110 1010100 110 110110 1010

Color Harmonies of #280F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F0C

Black with #280F0C

Text Example


Text Example

White with #280F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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