Html Css Color HEX #451D18 Brown Pod

📋 copy color: '#451D18'

red 69 ◦ green 29 ◦ blue 24

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

Shades of Brown Pod #451D18

Tints of Brown Pod #451D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.67%

R = 56.56%
G = 23.77%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#451D18 (or 0x451D18) is known color: Brown Pod. HEX triplet: 45, 1D and 18. RGB value is (69,29,24). Sum of RGB (Red+Green+Blue) = 69+29+24=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #451D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451D18 is #BAE2E7. Grayscale: #282828. Windows color (decimal): -12247784 or 1580357. OLE color: 1580357.

HSL color Cylindrical-coordinate representation of color #451D18: hue angle of 6.67º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #451D18 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 29 24 -
CMYK 0 0.58 0.65 0.73
HSL 6.67º 0.48% 0.18% -
HSV(B) 6.67º 0.65% 0.27% -
XYZ 3.06 2.21 1.13 -
YUV 40.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 69 29 24 0 0.58 0.65 0.73 6.67 0.48 0.18
Hex 45 1D 18 0 3A 41 49 7 30 12
Octal 105 35 30 0 72 101 111 7 60 22
Binary 1000101 11101 11000 0 111010 1000001 1001001 111 110000 10010

Color Harmonies of #451D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451D18

Black with #451D18

Text Example


Text Example

White with #451D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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