Html Css Color HEX #452313 Brown Pod

📋 copy color: '#452313'

red 69 ◦ green 35 ◦ blue 19

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

Shades of Brown Pod #452313

Tints of Brown Pod #452313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.46%

 BLUE value IS 19 (7.81% from 255) = 15.45%

R = 56.1%
G = 28.46%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#452313 (or 0x452313) is known color: Brown Pod. HEX triplet: 45, 23 and 13. RGB value is (69,35,19). Sum of RGB (Red+Green+Blue) = 69+35+19=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #452313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452313 is #BADCEC. Grayscale: #2B2B2B. Windows color (decimal): -12246253 or 1254213. OLE color: 1254213.

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

Color convert

RGB 69 35 19 -
CMYK 0 0.49 0.72 0.73
HSL 19.2º 0.57% 0.17% -
HSV(B) 19.2º 0.72% 0.27% -
XYZ 3.17 2.51 0.93 -
YUV 43.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 69 35 19 0 0.49 0.72 0.73 19.2 0.57 0.17
Hex 45 23 13 0 31 48 49 13 39 11
Octal 105 43 23 0 61 110 111 23 71 21
Binary 1000101 100011 10011 0 110001 1001000 1001001 10011 111001 10001

Color Harmonies of #452313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452313

Black with #452313

Text Example


Text Example

White with #452313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452313; }

 p { color: rgb(69,35,19); }

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

background-color css

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

 a { background-color: rgb(69,35,19); }

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

border-color css

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

 span { border-color: rgb(69,35,19); }

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