Html Css Color HEX #452014 Brown Pod

📋 copy color: '#452014'

red 69 ◦ green 32 ◦ blue 20

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

Shades of Brown Pod #452014

Tints of Brown Pod #452014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.45%

 BLUE value IS 20 (8.2% from 255) = 16.53%

R = 57.02%
G = 26.45%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#452014 (or 0x452014) is known color: Brown Pod. HEX triplet: 45, 20 and 14. RGB value is (69,32,20). Sum of RGB (Red+Green+Blue) = 69+32+20=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #452014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452014 is #BADFEB. Grayscale: #292929. Windows color (decimal): -12247020 or 1318981. OLE color: 1318981.

HSL color Cylindrical-coordinate representation of color #452014: hue angle of 14.69º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #452014 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 32 20 -
CMYK 0 0.54 0.71 0.73
HSL 14.69º 0.55% 0.17% -
HSV(B) 14.69º 0.71% 0.27% -
XYZ 3.1 2.35 0.95 -
YUV 41.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 69 32 20 0 0.54 0.71 0.73 14.69 0.55 0.17
Hex 45 20 14 0 36 47 49 F 37 11
Octal 105 40 24 0 66 107 111 17 67 21
Binary 1000101 100000 10100 0 110110 1000111 1001001 1111 110111 10001

Color Harmonies of #452014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452014

Black with #452014

Text Example


Text Example

White with #452014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452014; }

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

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

background-color css

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

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

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

border-color css

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

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

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