Html Css Color HEX #450302 Seal Brown

📋 copy color: '#450302'

red 69 ◦ green 3 ◦ blue 2

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

Shades of Seal Brown #450302

Tints of Seal Brown #450302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.05%

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

R = 93.24%
G = 4.05%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#450302 (or 0x450302) is known color: Seal Brown. HEX triplet: 45, 03 and 02. RGB value is (69,3,2). Sum of RGB (Red+Green+Blue) = 69+3+2=74 (9% of max value = 765). Red value is 69 (27.34% from 255 or 93.24% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 69 - color contains mainly: red. Hex color #450302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450302 is #BAFCFD. Grayscale: #161616. Windows color (decimal): -12254462 or 131909. OLE color: 131909.

HSL color Cylindrical-coordinate representation of color #450302: hue angle of 0.9º 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 #450302 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 3 2 -
CMYK 0 0.96 0.97 0.73
HSL 0.9º 0.94% 0.14% -
HSV(B) 0.9º 0.97% 0.27% -
XYZ 2.5 1.33 0.18 -
YUV 22.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 69 3 2 0 0.96 0.97 0.73 0.9 0.94 0.14
Hex 45 3 2 0 60 61 49 1 5E E
Octal 105 3 2 0 140 141 111 1 136 16
Binary 1000101 11 10 0 1100000 1100001 1001001 1 1011110 1110

Color Harmonies of #450302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450302

Black with #450302

Text Example


Text Example

White with #450302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450302; }

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

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

background-color css

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

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

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

border-color css

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

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

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