Html Css Color HEX #452010 Brown Pod

📋 copy color: '#452010'

red 69 ◦ green 32 ◦ blue 16

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

Shades of Brown Pod #452010

Tints of Brown Pod #452010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 58.97%
G = 27.35%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#452010 (or 0x452010) is known color: Brown Pod. HEX triplet: 45, 20 and 10. RGB value is (69,32,16). Sum of RGB (Red+Green+Blue) = 69+32+16=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #452010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452010 is #BADFEF. Grayscale: #292929. Windows color (decimal): -12247024 or 1056837. OLE color: 1056837.

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

Color convert

RGB 69 32 16 -
CMYK 0 0.54 0.77 0.73
HSL 18.11º 0.62% 0.17% -
HSV(B) 18.11º 0.77% 0.27% -
XYZ 3.06 2.34 0.78 -
YUV 41.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 69 32 16 0 0.54 0.77 0.73 18.11 0.62 0.17
Hex 45 20 10 0 36 4D 49 12 3E 11
Octal 105 40 20 0 66 115 111 22 76 21
Binary 1000101 100000 10000 0 110110 1001101 1001001 10010 111110 10001

Color Harmonies of #452010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452010

Black with #452010

Text Example


Text Example

White with #452010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452010; }

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

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

background-color css

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

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

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

border-color css

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

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

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