Html Css Color HEX #452512 Brown Pod

📋 copy color: '#452512'

red 69 ◦ green 37 ◦ blue 18

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

Shades of Brown Pod #452512

Tints of Brown Pod #452512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.84%

 BLUE value IS 18 (7.42% from 255) = 14.52%

R = 55.65%
G = 29.84%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#452512 (or 0x452512) is known color: Brown Pod. HEX triplet: 45, 25 and 12. RGB value is (69,37,18). Sum of RGB (Red+Green+Blue) = 69+37+18=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #452512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452512 is #BADAED. Grayscale: #2C2C2C. Windows color (decimal): -12245742 or 1189189. OLE color: 1189189.

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

Color convert

RGB 69 37 18 -
CMYK 0 0.46 0.74 0.73
HSL 22.35º 0.59% 0.17% -
HSV(B) 22.35º 0.74% 0.27% -
XYZ 3.22 2.63 0.91 -
YUV 44.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 69 37 18 0 0.46 0.74 0.73 22.35 0.59 0.17
Hex 45 25 12 0 2E 4A 49 16 3B 11
Octal 105 45 22 0 56 112 111 26 73 21
Binary 1000101 100101 10010 0 101110 1001010 1001001 10110 111011 10001

Color Harmonies of #452512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452512

Black with #452512

Text Example


Text Example

White with #452512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452512; }

 p { color: rgb(69,37,18); }

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

background-color css

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

 a { background-color: rgb(69,37,18); }

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

border-color css

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

 span { border-color: rgb(69,37,18); }

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