Html Css Color HEX #452619 Brown Pod

📋 copy color: '#452619'

red 69 ◦ green 38 ◦ blue 25

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

Shades of Brown Pod #452619

Tints of Brown Pod #452619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.79%

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

R = 52.27%
G = 28.79%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#452619 (or 0x452619) is known color: Brown Pod. HEX triplet: 45, 26 and 19. RGB value is (69,38,25). Sum of RGB (Red+Green+Blue) = 69+38+25=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #452619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452619 is #BAD9E6. Grayscale: #2D2D2D. Windows color (decimal): -12245479 or 1648197. OLE color: 1648197.

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

Color convert

RGB 69 38 25 -
CMYK 0 0.45 0.64 0.73
HSL 17.73º 0.47% 0.18% -
HSV(B) 17.73º 0.64% 0.27% -
XYZ 3.32 2.72 1.27 -
YUV 45.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 69 38 25 0 0.45 0.64 0.73 17.73 0.47 0.18
Hex 45 26 19 0 2D 40 49 12 2F 12
Octal 105 46 31 0 55 100 111 22 57 22
Binary 1000101 100110 11001 0 101101 1000000 1001001 10010 101111 10010

Color Harmonies of #452619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452619

Black with #452619

Text Example


Text Example

White with #452619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452619; }

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

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

background-color css

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

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

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

border-color css

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

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

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