Html Css Color HEX #451002 Seal Brown

📋 copy color: '#451002'

red 69 ◦ green 16 ◦ blue 2

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

Shades of Seal Brown #451002

Tints of Seal Brown #451002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.3%

R = 79.31%
G = 18.39%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#451002 (or 0x451002) is known color: Seal Brown. HEX triplet: 45, 10 and 02. RGB value is (69,16,2). Sum of RGB (Red+Green+Blue) = 69+16+2=87 (11% of max value = 765). Red value is 69 (27.34% from 255 or 79.31% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 69 - color contains mainly: red. Hex color #451002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451002 is #BAEFFD. Grayscale: #1E1E1E. Windows color (decimal): -12251134 or 135237. OLE color: 135237.

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

Color convert

RGB 69 16 2 -
CMYK 0 0.77 0.97 0.73
HSL 12.54º 0.94% 0.14% -
HSV(B) 12.54º 0.97% 0.27% -
XYZ 2.65 1.64 0.23 -
YUV 30.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 69 16 2 0 0.77 0.97 0.73 12.54 0.94 0.14
Hex 45 10 2 0 4D 61 49 D 5E E
Octal 105 20 2 0 115 141 111 15 136 16
Binary 1000101 10000 10 0 1001101 1100001 1001001 1101 1011110 1110

Color Harmonies of #451002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451002

Black with #451002

Text Example


Text Example

White with #451002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451002; }

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

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

background-color css

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

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

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

border-color css

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

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

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