Html Css Color HEX #452515 Brown Pod

📋 copy color: '#452515'

red 69 ◦ green 37 ◦ blue 21

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

Shades of Brown Pod #452515

Tints of Brown Pod #452515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

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

R = 54.33%
G = 29.13%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#452515 (or 0x452515) is known color: Brown Pod. HEX triplet: 45, 25 and 15. RGB value is (69,37,21). Sum of RGB (Red+Green+Blue) = 69+37+21=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #452515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452515 is #BADAEA. Grayscale: #2C2C2C. Windows color (decimal): -12245739 or 1385797. OLE color: 1385797.

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

Color convert

RGB 69 37 21 -
CMYK 0 0.46 0.70 0.73
HSL 20º 0.53% 0.18% -
HSV(B) 20º 0.7% 0.27% -
XYZ 3.25 2.64 1.05 -
YUV 44.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 69 37 21 0 0.46 0.70 0.73 20 0.53 0.18
Hex 45 25 15 0 2E 46 49 14 35 12
Octal 105 45 25 0 56 106 111 24 65 22
Binary 1000101 100101 10101 0 101110 1000110 1001001 10100 110101 10010

Color Harmonies of #452515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452515

Black with #452515

Text Example


Text Example

White with #452515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452515; }

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

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

background-color css

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

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

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

border-color css

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

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

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