Html Css Color HEX #450D0C Seal Brown

📋 copy color: '#450D0C'

red 69 ◦ green 13 ◦ blue 12

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

Shades of Seal Brown #450D0C

Tints of Seal Brown #450D0C

RGB

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

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

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

R = 73.4%
G = 13.83%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#450D0C (or 0x450D0C) is known color: Seal Brown. HEX triplet: 45, 0D and 0C. RGB value is (69,13,12). Sum of RGB (Red+Green+Blue) = 69+13+12=94 (12% of max value = 765). Red value is 69 (27.34% from 255 or 73.40% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 69 - color contains mainly: red. Hex color #450D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450D0C is #BAF2F3. Grayscale: #1D1D1D. Windows color (decimal): -12251892 or 789829. OLE color: 789829.

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

Color convert

RGB 69 13 12 -
CMYK 0 0.81 0.83 0.73
HSL 1.05º 0.7% 0.16% -
HSV(B) 1.05º 0.83% 0.27% -
XYZ 2.66 1.58 0.51 -
YUV 29.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 69 13 12 0 0.81 0.83 0.73 1.05 0.7 0.16
Hex 45 D C 0 51 53 49 1 46 10
Octal 105 15 14 0 121 123 111 1 106 20
Binary 1000101 1101 1100 0 1010001 1010011 1001001 1 1000110 10000

Color Harmonies of #450D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450D0C

Black with #450D0C

Text Example


Text Example

White with #450D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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