Html Css Color HEX #451201 Brown Pod

📋 copy color: '#451201'

red 69 ◦ green 18 ◦ blue 1

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

Shades of Brown Pod #451201

Tints of Brown Pod #451201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.45%

 BLUE value IS 1 (0.78% from 255) = 1.14%

R = 78.41%
G = 20.45%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#451201 (or 0x451201) is known color: Brown Pod. HEX triplet: 45, 12 and 01. RGB value is (69,18,1). Sum of RGB (Red+Green+Blue) = 69+18+1=88 (11% of max value = 765). Red value is 69 (27.34% from 255 or 78.41% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 69 - color contains mainly: red. Hex color #451201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451201 is #BAEDFE. Grayscale: #1F1F1F. Windows color (decimal): -12250623 or 70213. OLE color: 70213.

HSL color Cylindrical-coordinate representation of color #451201: hue angle of 15º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #451201 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 18 1 -
CMYK 0 0.74 0.99 0.73
HSL 15º 0.97% 0.14% -
HSV(B) 15º 0.99% 0.27% -
XYZ 2.68 1.7 0.22 -
YUV 31.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 69 18 1 0 0.74 0.99 0.73 15 0.97 0.14
Hex 45 12 1 0 4A 63 49 F 61 E
Octal 105 22 1 0 112 143 111 17 141 16
Binary 1000101 10010 1 0 1001010 1100011 1001001 1111 1100001 1110

Color Harmonies of #451201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451201

Black with #451201

Text Example


Text Example

White with #451201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451201; }

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

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

background-color css

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

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

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

border-color css

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

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

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