Html Css Color HEX #452419 Brown Pod

📋 copy color: '#452419'

red 69 ◦ green 36 ◦ blue 25

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

Shades of Brown Pod #452419

Tints of Brown Pod #452419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.69%

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

R = 53.08%
G = 27.69%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#452419 (or 0x452419) is known color: Brown Pod. HEX triplet: 45, 24 and 19. RGB value is (69,36,25). Sum of RGB (Red+Green+Blue) = 69+36+25=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #452419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452419 is #BADBE6. Grayscale: #2C2C2C. Windows color (decimal): -12245991 or 1647685. OLE color: 1647685.

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

Color convert

RGB 69 36 25 -
CMYK 0 0.48 0.64 0.73
HSL 15º 0.47% 0.18% -
HSV(B) 15º 0.64% 0.27% -
XYZ 3.26 2.6 1.25 -
YUV 44.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 69 36 25 0 0.48 0.64 0.73 15 0.47 0.18
Hex 45 24 19 0 30 40 49 F 2F 12
Octal 105 44 31 0 60 100 111 17 57 22
Binary 1000101 100100 11001 0 110000 1000000 1001001 1111 101111 10010

Color Harmonies of #452419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452419

Black with #452419

Text Example


Text Example

White with #452419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452419; }

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

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

background-color css

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

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

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

border-color css

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

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

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