Html Css Color HEX #451913 Brown Pod

📋 copy color: '#451913'

red 69 ◦ green 25 ◦ blue 19

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

Shades of Brown Pod #451913

Tints of Brown Pod #451913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.12%

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

R = 61.06%
G = 22.12%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#451913 (or 0x451913) is known color: Brown Pod. HEX triplet: 45, 19 and 13. RGB value is (69,25,19). Sum of RGB (Red+Green+Blue) = 69+25+19=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #451913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451913 is #BAE6EC. Grayscale: #252525. Windows color (decimal): -12248813 or 1251653. OLE color: 1251653.

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

Color convert

RGB 69 25 19 -
CMYK 0 0.64 0.72 0.73
HSL 7.2º 0.57% 0.17% -
HSV(B) 7.2º 0.72% 0.27% -
XYZ 2.92 2.01 0.85 -
YUV 37.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 69 25 19 0 0.64 0.72 0.73 7.2 0.57 0.17
Hex 45 19 13 0 40 48 49 7 39 11
Octal 105 31 23 0 100 110 111 7 71 21
Binary 1000101 11001 10011 0 1000000 1001000 1001001 111 111001 10001

Color Harmonies of #451913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451913

Black with #451913

Text Example


Text Example

White with #451913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451913; }

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

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

background-color css

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

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

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

border-color css

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

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

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