Html Css Color HEX #451D09 Brown Pod

📋 copy color: '#451D09'

red 69 ◦ green 29 ◦ blue 9

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

Shades of Brown Pod #451D09

Tints of Brown Pod #451D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.41%

R = 64.49%
G = 27.1%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#451D09 (or 0x451D09) is known color: Brown Pod. HEX triplet: 45, 1D and 09. RGB value is (69,29,9). Sum of RGB (Red+Green+Blue) = 69+29+9=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #451D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451D09 is #BAE2F6. Grayscale: #262626. Windows color (decimal): -12247799 or 597317. OLE color: 597317.

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

Color convert

RGB 69 29 9 -
CMYK 0 0.58 0.87 0.73
HSL 20º 0.77% 0.15% -
HSV(B) 20º 0.87% 0.27% -
XYZ 2.94 2.16 0.52 -
YUV 38.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 69 29 9 0 0.58 0.87 0.73 20 0.77 0.15
Hex 45 1D 9 0 3A 57 49 14 4D F
Octal 105 35 11 0 72 127 111 24 115 17
Binary 1000101 11101 1001 0 111010 1010111 1001001 10100 1001101 1111

Color Harmonies of #451D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451D09

Black with #451D09

Text Example


Text Example

White with #451D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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