Html Css Color HEX #451B18 Seal Brown

📋 copy color: '#451B18'

red 69 ◦ green 27 ◦ blue 24

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

Shades of Seal Brown #451B18

Tints of Seal Brown #451B18

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.5%

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

R = 57.5%
G = 22.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#451B18 (or 0x451B18) is known color: Seal Brown. HEX triplet: 45, 1B and 18. RGB value is (69,27,24). Sum of RGB (Red+Green+Blue) = 69+27+24=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #451B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451B18 is #BAE4E7. Grayscale: #272727. Windows color (decimal): -12248296 or 1579845. OLE color: 1579845.

HSL color Cylindrical-coordinate representation of color #451B18: hue angle of 4º 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 #451B18 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 27 24 -
CMYK 0 0.61 0.65 0.73
HSL 0.48% 0.18% -
HSV(B) 0.65% 0.27% -
XYZ 3.01 2.12 1.11 -
YUV 39.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 69 27 24 0 0.61 0.65 0.73 4 0.48 0.18
Hex 45 1B 18 0 3D 41 49 4 30 12
Octal 105 33 30 0 75 101 111 4 60 22
Binary 1000101 11011 11000 0 111101 1000001 1001001 100 110000 10010

Color Harmonies of #451B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451B18

Black with #451B18

Text Example


Text Example

White with #451B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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