Html Css Color HEX #451D12 Brown Pod

📋 copy color: '#451D12'

red 69 ◦ green 29 ◦ blue 18

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

Shades of Brown Pod #451D12

Tints of Brown Pod #451D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25%

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

R = 59.48%
G = 25%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#451D12 (or 0x451D12) is known color: Brown Pod. HEX triplet: 45, 1D and 12. RGB value is (69,29,18). Sum of RGB (Red+Green+Blue) = 69+29+18=116 (15% of max value = 765). Red value is 69 (27.34% from 255 or 59.48% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 69 - color contains mainly: red. Hex color #451D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451D12 is #BAE2ED. Grayscale: #272727. Windows color (decimal): -12247790 or 1187141. OLE color: 1187141.

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

Color convert

RGB 69 29 18 -
CMYK 0 0.58 0.74 0.73
HSL 12.94º 0.59% 0.17% -
HSV(B) 12.94º 0.74% 0.27% -
XYZ 3 2.19 0.84 -
YUV 39.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 69 29 18 0 0.58 0.74 0.73 12.94 0.59 0.17
Hex 45 1D 12 0 3A 4A 49 D 3B 11
Octal 105 35 22 0 72 112 111 15 73 21
Binary 1000101 11101 10010 0 111010 1001010 1001001 1101 111011 10001

Color Harmonies of #451D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451D12

Black with #451D12

Text Example


Text Example

White with #451D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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