Html Css Color HEX #451A09 Brown Pod

📋 copy color: '#451A09'

red 69 ◦ green 26 ◦ blue 9

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

Shades of Brown Pod #451A09

Tints of Brown Pod #451A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 25%

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

R = 66.35%
G = 25%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#451A09 (or 0x451A09) is known color: Brown Pod. HEX triplet: 45, 1A and 09. RGB value is (69,26,9). Sum of RGB (Red+Green+Blue) = 69+26+9=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #451A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451A09 is #BAE5F6. Grayscale: #252525. Windows color (decimal): -12248567 or 596549. OLE color: 596549.

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

Color convert

RGB 69 26 9 -
CMYK 0 0.62 0.87 0.73
HSL 17º 0.77% 0.15% -
HSV(B) 17º 0.87% 0.27% -
XYZ 2.87 2.02 0.5 -
YUV 36.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 69 26 9 0 0.62 0.87 0.73 17 0.77 0.15
Hex 45 1A 9 0 3E 57 49 11 4D F
Octal 105 32 11 0 76 127 111 21 115 17
Binary 1000101 11010 1001 0 111110 1010111 1001001 10001 1001101 1111

Color Harmonies of #451A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451A09

Black with #451A09

Text Example


Text Example

White with #451A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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