Html Css Color HEX #451003 Seal Brown

📋 copy color: '#451003'

red 69 ◦ green 16 ◦ blue 3

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

Shades of Seal Brown #451003

Tints of Seal Brown #451003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.41%

R = 78.41%
G = 18.18%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#451003 (or 0x451003) is known color: Seal Brown. HEX triplet: 45, 10 and 03. RGB value is (69,16,3). Sum of RGB (Red+Green+Blue) = 69+16+3=88 (11% of max value = 765). Red value is 69 (27.34% from 255 or 78.41% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 69 - color contains mainly: red. Hex color #451003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451003 is #BAEFFC. Grayscale: #1E1E1E. Windows color (decimal): -12251133 or 200773. OLE color: 200773.

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

Color convert

RGB 69 16 3 -
CMYK 0 0.77 0.96 0.73
HSL 11.82º 0.92% 0.14% -
HSV(B) 11.82º 0.96% 0.27% -
XYZ 2.66 1.64 0.26 -
YUV 30.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 69 16 3 0 0.77 0.96 0.73 11.82 0.92 0.14
Hex 45 10 3 0 4D 60 49 C 5C E
Octal 105 20 3 0 115 140 111 14 134 16
Binary 1000101 10000 11 0 1001101 1100000 1001001 1100 1011100 1110

Color Harmonies of #451003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451003

Black with #451003

Text Example


Text Example

White with #451003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451003; }

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

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

background-color css

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

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

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

border-color css

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

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

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