Html Css Color HEX #452721 Brown Pod

📋 copy color: '#452721'

red 69 ◦ green 39 ◦ blue 33

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

Shades of Brown Pod #452721

Tints of Brown Pod #452721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.66%

 BLUE value IS 33 (13.28% from 255) = 23.4%

R = 48.94%
G = 27.66%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#452721 (or 0x452721) is known color: Brown Pod. HEX triplet: 45, 27 and 21. RGB value is (69,39,33). Sum of RGB (Red+Green+Blue) = 69+39+33=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #452721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452721 is #BAD8DE. Grayscale: #2F2F2F. Windows color (decimal): -12245215 or 2172741. OLE color: 2172741.

HSL color Cylindrical-coordinate representation of color #452721: hue angle of 10º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #452721 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 39 33 -
CMYK 0 0.43 0.52 0.73
HSL 10º 0.35% 0.2% -
HSV(B) 10º 0.52% 0.27% -
XYZ 3.45 2.83 1.8 -
YUV 47.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 69 39 33 0 0.43 0.52 0.73 10 0.35 0.2
Hex 45 27 21 0 2B 34 49 A 23 14
Octal 105 47 41 0 53 64 111 12 43 24
Binary 1000101 100111 100001 0 101011 110100 1001001 1010 100011 10100

Color Harmonies of #452721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452721

Black with #452721

Text Example


Text Example

White with #452721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452721; }

 p { color: rgb(69,39,33); }

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

background-color css

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

 a { background-color: rgb(69,39,33); }

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

border-color css

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

 span { border-color: rgb(69,39,33); }

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