Html Css Color HEX #450D02 Seal Brown

📋 copy color: '#450D02'

red 69 ◦ green 13 ◦ blue 2

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

Shades of Seal Brown #450D02

Tints of Seal Brown #450D02

RGB

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

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

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

R = 82.14%
G = 15.48%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#450D02 (or 0x450D02) is known color: Seal Brown. HEX triplet: 45, 0D and 02. RGB value is (69,13,2). Sum of RGB (Red+Green+Blue) = 69+13+2=84 (11% of max value = 765). Red value is 69 (27.34% from 255 or 82.14% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 69 - color contains mainly: red. Hex color #450D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450D02 is #BAF2FD. Grayscale: #1C1C1C. Windows color (decimal): -12251902 or 134469. OLE color: 134469.

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

Color convert

RGB 69 13 2 -
CMYK 0 0.81 0.97 0.73
HSL 9.85º 0.94% 0.14% -
HSV(B) 9.85º 0.97% 0.27% -
XYZ 2.61 1.56 0.22 -
YUV 28.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 69 13 2 0 0.81 0.97 0.73 9.85 0.94 0.14
Hex 45 D 2 0 51 61 49 A 5E E
Octal 105 15 2 0 121 141 111 12 136 16
Binary 1000101 1101 10 0 1010001 1100001 1001001 1010 1011110 1110

Color Harmonies of #450D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450D02

Black with #450D02

Text Example


Text Example

White with #450D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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