Html Css Color HEX #451C12 Brown Pod

📋 copy color: '#451C12'

red 69 ◦ green 28 ◦ blue 18

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

Shades of Brown Pod #451C12

Tints of Brown Pod #451C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.35%

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

R = 60%
G = 24.35%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#451C12 (or 0x451C12) is known color: Brown Pod. HEX triplet: 45, 1C and 12. RGB value is (69,28,18). Sum of RGB (Red+Green+Blue) = 69+28+18=115 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 69 - color contains mainly: red. Hex color #451C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451C12 is #BAE3ED. Grayscale: #272727. Windows color (decimal): -12248046 or 1186885. OLE color: 1186885.

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

Color convert

RGB 69 28 18 -
CMYK 0 0.59 0.74 0.73
HSL 11.76º 0.59% 0.17% -
HSV(B) 11.76º 0.74% 0.27% -
XYZ 2.98 2.14 0.83 -
YUV 39.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 69 28 18 0 0.59 0.74 0.73 11.76 0.59 0.17
Hex 45 1C 12 0 3B 4A 49 C 3B 11
Octal 105 34 22 0 73 112 111 14 73 21
Binary 1000101 11100 10010 0 111011 1001010 1001001 1100 111011 10001

Color Harmonies of #451C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451C12

Black with #451C12

Text Example


Text Example

White with #451C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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