Html Css Color HEX #451409 Brown Pod

📋 copy color: '#451409'

red 69 ◦ green 20 ◦ blue 9

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

Shades of Brown Pod #451409

Tints of Brown Pod #451409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.41%

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

R = 70.41%
G = 20.41%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#451409 (or 0x451409) is known color: Brown Pod. HEX triplet: 45, 14 and 09. RGB value is (69,20,9). Sum of RGB (Red+Green+Blue) = 69+20+9=98 (12% of max value = 765). Red value is 69 (27.34% from 255 or 70.41% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 69 - color contains mainly: red. Hex color #451409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451409 is #BAEBF6. Grayscale: #212121. Windows color (decimal): -12250103 or 595013. OLE color: 595013.

HSL color Cylindrical-coordinate representation of color #451409: hue angle of 11º 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 #451409 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 20 9 -
CMYK 0 0.71 0.87 0.73
HSL 11º 0.77% 0.15% -
HSV(B) 11º 0.87% 0.27% -
XYZ 2.75 1.79 0.46 -
YUV 33.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 69 20 9 0 0.71 0.87 0.73 11 0.77 0.15
Hex 45 14 9 0 47 57 49 B 4D F
Octal 105 24 11 0 107 127 111 13 115 17
Binary 1000101 10100 1001 0 1000111 1010111 1001001 1011 1001101 1111

Color Harmonies of #451409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451409

Black with #451409

Text Example


Text Example

White with #451409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451409; }

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

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

background-color css

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

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

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

border-color css

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

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

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