Html Css Color HEX #451816 Seal Brown

📋 copy color: '#451816'

red 69 ◦ green 24 ◦ blue 22

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

Shades of Seal Brown #451816

Tints of Seal Brown #451816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.87%

 BLUE value IS 22 (8.98% from 255) = 19.13%

R = 60%
G = 20.87%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#451816 (or 0x451816) is known color: Seal Brown. HEX triplet: 45, 18 and 16. RGB value is (69,24,22). Sum of RGB (Red+Green+Blue) = 69+24+22=115 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 69 - color contains mainly: red. Hex color #451816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451816 is #BAE7E9. Grayscale: #252525. Windows color (decimal): -12249066 or 1448005. OLE color: 1448005.

HSL color Cylindrical-coordinate representation of color #451816: hue angle of 2.55º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #451816 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 24 22 -
CMYK 0 0.65 0.68 0.73
HSL 2.55º 0.52% 0.18% -
HSV(B) 2.55º 0.68% 0.27% -
XYZ 2.93 1.98 0.99 -
YUV 37.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 69 24 22 0 0.65 0.68 0.73 2.55 0.52 0.18
Hex 45 18 16 0 41 44 49 3 34 12
Octal 105 30 26 0 101 104 111 3 64 22
Binary 1000101 11000 10110 0 1000001 1000100 1001001 11 110100 10010

Color Harmonies of #451816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451816

Black with #451816

Text Example


Text Example

White with #451816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451816; }

 p { color: rgb(69,24,22); }

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

background-color css

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

 a { background-color: rgb(69,24,22); }

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

border-color css

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

 span { border-color: rgb(69,24,22); }

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