Html Css Color HEX #450D0B Seal Brown

📋 copy color: '#450D0B'

red 69 ◦ green 13 ◦ blue 11

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

Shades of Seal Brown #450D0B

Tints of Seal Brown #450D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.98%

 BLUE value IS 11 (4.69% from 255) = 11.83%

R = 74.19%
G = 13.98%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#450D0B (or 0x450D0B) is known color: Seal Brown. HEX triplet: 45, 0D and 0B. RGB value is (69,13,11). Sum of RGB (Red+Green+Blue) = 69+13+11=93 (12% of max value = 765). Red value is 69 (27.34% from 255 or 74.19% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 69 - color contains mainly: red. Hex color #450D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450D0B is #BAF2F4. Grayscale: #1D1D1D. Windows color (decimal): -12251893 or 724293. OLE color: 724293.

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

Color convert

RGB 69 13 11 -
CMYK 0 0.81 0.84 0.73
HSL 2.07º 0.73% 0.16% -
HSV(B) 2.07º 0.84% 0.27% -
XYZ 2.66 1.58 0.48 -
YUV 29.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 69 13 11 0 0.81 0.84 0.73 2.07 0.73 0.16
Hex 45 D B 0 51 54 49 2 48 10
Octal 105 15 13 0 121 124 111 2 110 20
Binary 1000101 1101 1011 0 1010001 1010100 1001001 10 1001000 10000

Color Harmonies of #450D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450D0B

Black with #450D0B

Text Example


Text Example

White with #450D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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