Html Css Color HEX #451812 Brown Pod

📋 copy color: '#451812'

red 69 ◦ green 24 ◦ blue 18

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

Shades of Brown Pod #451812

Tints of Brown Pod #451812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.62%

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

R = 62.16%
G = 21.62%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#451812 (or 0x451812) is known color: Brown Pod. HEX triplet: 45, 18 and 12. RGB value is (69,24,18). Sum of RGB (Red+Green+Blue) = 69+24+18=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #451812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451812 is #BAE7ED. Grayscale: #242424. Windows color (decimal): -12249070 or 1185861. OLE color: 1185861.

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

Color convert

RGB 69 24 18 -
CMYK 0 0.65 0.74 0.73
HSL 7.06º 0.59% 0.17% -
HSV(B) 7.06º 0.74% 0.27% -
XYZ 2.89 1.96 0.8 -
YUV 36.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 69 24 18 0 0.65 0.74 0.73 7.06 0.59 0.17
Hex 45 18 12 0 41 4A 49 7 3B 11
Octal 105 30 22 0 101 112 111 7 73 21
Binary 1000101 11000 10010 0 1000001 1001010 1001001 111 111011 10001

Color Harmonies of #451812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451812

Black with #451812

Text Example


Text Example

White with #451812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451812; }

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

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

background-color css

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

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

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

border-color css

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

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

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