Html Css Color HEX #451000 Seal Brown

📋 copy color: '#451000'

red 69 ◦ green 16 ◦ blue 0

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

Shades of Seal Brown #451000

Tints of Seal Brown #451000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.18%
G = 18.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#451000 (or 0x451000) is known color: Seal Brown. HEX triplet: 45, 10 and 00. RGB value is (69,16,0). Sum of RGB (Red+Green+Blue) = 69+16+0=85 (11% of max value = 765). Red value is 69 (27.34% from 255 or 81.18% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 69 - color contains mainly: red. Hex color #451000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451000 is #BAEFFF. Grayscale: #1E1E1E. Windows color (decimal): -12251136 or 4165. OLE color: 4165.

HSL color Cylindrical-coordinate representation of color #451000: hue angle of 13.91º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #451000 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 16 0 -
CMYK 0 0.77 1 0.73
HSL 13.91º 1% 0.14% -
HSV(B) 13.91º 1% 0.27% -
XYZ 2.64 1.64 0.18 -
YUV 30.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 69 16 0 0 0.77 1 0.73 13.91 1 0.14
Hex 45 10 0 0 4D 64 49 E 64 E
Octal 105 20 0 0 115 144 111 16 144 16
Binary 1000101 10000 0 0 1001101 1100100 1001001 1110 1100100 1110

Color Harmonies of #451000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451000

Black with #451000

Text Example


Text Example

White with #451000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451000; }

 p { color: rgb(69,16,0); }

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

background-color css

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

 a { background-color: rgb(69,16,0); }

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

border-color css

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

 span { border-color: rgb(69,16,0); }

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