Html Css Color HEX #451A18 Seal Brown

📋 copy color: '#451A18'

red 69 ◦ green 26 ◦ blue 24

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

Shades of Seal Brown #451A18

Tints of Seal Brown #451A18

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.85%

 BLUE value IS 24 (9.77% from 255) = 20.17%

R = 57.98%
G = 21.85%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#451A18 (or 0x451A18) is known color: Seal Brown. HEX triplet: 45, 1A and 18. RGB value is (69,26,24). Sum of RGB (Red+Green+Blue) = 69+26+24=119 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.98% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 69 - color contains mainly: red. Hex color #451A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451A18 is #BAE5E7. Grayscale: #262626. Windows color (decimal): -12248552 or 1579589. OLE color: 1579589.

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

Color convert

RGB 69 26 24 -
CMYK 0 0.62 0.65 0.73
HSL 2.67º 0.48% 0.18% -
HSV(B) 2.67º 0.65% 0.27% -
XYZ 2.99 2.07 1.11 -
YUV 38.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 69 26 24 0 0.62 0.65 0.73 2.67 0.48 0.18
Hex 45 1A 18 0 3E 41 49 3 30 12
Octal 105 32 30 0 76 101 111 3 60 22
Binary 1000101 11010 11000 0 111110 1000001 1001001 11 110000 10010

Color Harmonies of #451A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451A18

Black with #451A18

Text Example


Text Example

White with #451A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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