Html Css Color HEX #451D15 Brown Pod

📋 copy color: '#451D15'

red 69 ◦ green 29 ◦ blue 21

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

Shades of Brown Pod #451D15

Tints of Brown Pod #451D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.65%

R = 57.98%
G = 24.37%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#451D15 (or 0x451D15) is known color: Brown Pod. HEX triplet: 45, 1D and 15. RGB value is (69,29,21). Sum of RGB (Red+Green+Blue) = 69+29+21=119 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.98% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 69 - color contains mainly: red. Hex color #451D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451D15 is #BAE2EA. Grayscale: #282828. Windows color (decimal): -12247787 or 1383749. OLE color: 1383749.

HSL color Cylindrical-coordinate representation of color #451D15: hue angle of 10º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451D15 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 29 21 -
CMYK 0 0.58 0.70 0.73
HSL 10º 0.53% 0.18% -
HSV(B) 10º 0.7% 0.27% -
XYZ 3.03 2.2 0.97 -
YUV 40.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 69 29 21 0 0.58 0.70 0.73 10 0.53 0.18
Hex 45 1D 15 0 3A 46 49 A 35 12
Octal 105 35 25 0 72 106 111 12 65 22
Binary 1000101 11101 10101 0 111010 1000110 1001001 1010 110101 10010

Color Harmonies of #451D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451D15

Black with #451D15

Text Example


Text Example

White with #451D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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