Html Css Color HEX #451D1C Seal Brown

📋 copy color: '#451D1C'

red 69 ◦ green 29 ◦ blue 28

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

Shades of Seal Brown #451D1C

Tints of Seal Brown #451D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.02%

 BLUE value IS 28 (11.33% from 255) = 22.22%

R = 54.76%
G = 23.02%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#451D1C (or 0x451D1C) is known color: Seal Brown. HEX triplet: 45, 1D and 1C. RGB value is (69,29,28). Sum of RGB (Red+Green+Blue) = 69+29+28=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #451D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D1C is #BAE2E3. Grayscale: #282828. Windows color (decimal): -12247780 or 1842501. OLE color: 1842501.

HSL color Cylindrical-coordinate representation of color #451D1C: hue angle of 1.46º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #451D1C is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 29 28 -
CMYK 0 0.58 0.59 0.73
HSL 1.46º 0.42% 0.19% -
HSV(B) 1.46º 0.59% 0.27% -
XYZ 3.1 2.23 1.37 -
YUV 40.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 69 29 28 0 0.58 0.59 0.73 1.46 0.42 0.19
Hex 45 1D 1C 0 3A 3B 49 1 2A 13
Octal 105 35 34 0 72 73 111 1 52 23
Binary 1000101 11101 11100 0 111010 111011 1001001 1 101010 10011

Color Harmonies of #451D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451D1C

Black with #451D1C

Text Example


Text Example

White with #451D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,29,28); }

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

background-color css

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

 a { background-color: rgb(69,29,28); }

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

border-color css

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

 span { border-color: rgb(69,29,28); }

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