Html Css Color HEX #451E1D Seal Brown

📋 copy color: '#451E1D'

red 69 ◦ green 30 ◦ blue 29

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

Shades of Seal Brown #451E1D

Tints of Seal Brown #451E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.44%

 BLUE value IS 29 (11.72% from 255) = 22.66%

R = 53.91%
G = 23.44%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#451E1D (or 0x451E1D) is known color: Seal Brown. HEX triplet: 45, 1E and 1D. RGB value is (69,30,29). Sum of RGB (Red+Green+Blue) = 69+30+29=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #451E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E1D is #BAE1E2. Grayscale: #292929. Windows color (decimal): -12247523 or 1908293. OLE color: 1908293.

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

Color convert

RGB 69 30 29 -
CMYK 0 0.57 0.58 0.73
HSL 1.5º 0.41% 0.19% -
HSV(B) 1.5º 0.58% 0.27% -
XYZ 3.14 2.28 1.44 -
YUV 41.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 69 30 29 0 0.57 0.58 0.73 1.5 0.41 0.19
Hex 45 1E 1D 0 39 3A 49 2 29 13
Octal 105 36 35 0 71 72 111 2 51 23
Binary 1000101 11110 11101 0 111001 111010 1001001 10 101001 10011

Color Harmonies of #451E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451E1D

Black with #451E1D

Text Example


Text Example

White with #451E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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