Html Css Color HEX #451D10 Brown Pod

📋 copy color: '#451D10'

red 69 ◦ green 29 ◦ blue 16

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

Shades of Brown Pod #451D10

Tints of Brown Pod #451D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.04%

R = 60.53%
G = 25.44%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#451D10 (or 0x451D10) is known color: Brown Pod. HEX triplet: 45, 1D and 10. RGB value is (69,29,16). Sum of RGB (Red+Green+Blue) = 69+29+16=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #451D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451D10 is #BAE2EF. Grayscale: #272727. Windows color (decimal): -12247792 or 1056069. OLE color: 1056069.

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

Color convert

RGB 69 29 16 -
CMYK 0 0.58 0.77 0.73
HSL 14.72º 0.62% 0.17% -
HSV(B) 14.72º 0.77% 0.27% -
XYZ 2.99 2.18 0.75 -
YUV 39.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 69 29 16 0 0.58 0.77 0.73 14.72 0.62 0.17
Hex 45 1D 10 0 3A 4D 49 F 3E 11
Octal 105 35 20 0 72 115 111 17 76 21
Binary 1000101 11101 10000 0 111010 1001101 1001001 1111 111110 10001

Color Harmonies of #451D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451D10

Black with #451D10

Text Example


Text Example

White with #451D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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