Html Css Color HEX #450F0D Seal Brown

📋 copy color: '#450F0D'

red 69 ◦ green 15 ◦ blue 13

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

Shades of Seal Brown #450F0D

Tints of Seal Brown #450F0D

RGB

 RED value IS 69 (27.34% from 255) = 71.13%

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

 BLUE value IS 13 (5.47% from 255) = 13.4%

R = 71.13%
G = 15.46%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#450F0D (or 0x450F0D) is known color: Seal Brown. HEX triplet: 45, 0F and 0D. RGB value is (69,15,13). Sum of RGB (Red+Green+Blue) = 69+15+13=97 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.13% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 69 - color contains mainly: red. Hex color #450F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450F0D is #BAF0F2. Grayscale: #1E1E1E. Windows color (decimal): -12251379 or 855877. OLE color: 855877.

HSL color Cylindrical-coordinate representation of color #450F0D: hue angle of 2.14º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #450F0D is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 15 13 -
CMYK 0 0.78 0.81 0.73
HSL 2.14º 0.68% 0.16% -
HSV(B) 2.14º 0.81% 0.27% -
XYZ 2.7 1.64 0.55 -
YUV 30.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 69 15 13 0 0.78 0.81 0.73 2.14 0.68 0.16
Hex 45 F D 0 4E 51 49 2 44 10
Octal 105 17 15 0 116 121 111 2 104 20
Binary 1000101 1111 1101 0 1001110 1010001 1001001 10 1000100 10000

Color Harmonies of #450F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450F0D

Black with #450F0D

Text Example


Text Example

White with #450F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450F0D; }

 p { color: rgb(69,15,13); }

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

background-color css

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

 a { background-color: rgb(69,15,13); }

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

border-color css

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

 span { border-color: rgb(69,15,13); }

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