Html Css Color HEX #452519 Brown Pod

📋 copy color: '#452519'

red 69 ◦ green 37 ◦ blue 25

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

Shades of Brown Pod #452519

Tints of Brown Pod #452519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.08%

R = 52.67%
G = 28.24%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#452519 (or 0x452519) is known color: Brown Pod. HEX triplet: 45, 25 and 19. RGB value is (69,37,25). Sum of RGB (Red+Green+Blue) = 69+37+25=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #452519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452519 is #BADAE6. Grayscale: #2D2D2D. Windows color (decimal): -12245735 or 1647941. OLE color: 1647941.

HSL color Cylindrical-coordinate representation of color #452519: hue angle of 16.36º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #452519 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 37 25 -
CMYK 0 0.46 0.64 0.73
HSL 16.36º 0.47% 0.18% -
HSV(B) 16.36º 0.64% 0.27% -
XYZ 3.29 2.66 1.26 -
YUV 45.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 69 37 25 0 0.46 0.64 0.73 16.36 0.47 0.18
Hex 45 25 19 0 2E 40 49 10 2F 12
Octal 105 45 31 0 56 100 111 20 57 22
Binary 1000101 100101 11001 0 101110 1000000 1001001 10000 101111 10010

Color Harmonies of #452519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452519

Black with #452519

Text Example


Text Example

White with #452519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452519; }

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

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

background-color css

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

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

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

border-color css

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

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

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