Html Css Color HEX #451301 Brown Pod

📋 copy color: '#451301'

red 69 ◦ green 19 ◦ blue 1

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

Shades of Brown Pod #451301

Tints of Brown Pod #451301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

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

R = 77.53%
G = 21.35%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#451301 (or 0x451301) is known color: Brown Pod. HEX triplet: 45, 13 and 01. RGB value is (69,19,1). Sum of RGB (Red+Green+Blue) = 69+19+1=89 (11% of max value = 765). Red value is 69 (27.34% from 255 or 77.53% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 69 - color contains mainly: red. Hex color #451301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451301 is #BAECFE. Grayscale: #202020. Windows color (decimal): -12250367 or 70469. OLE color: 70469.

HSL color Cylindrical-coordinate representation of color #451301: hue angle of 15.88º 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 #451301 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 19 1 -
CMYK 0 0.72 0.99 0.73
HSL 15.88º 0.97% 0.14% -
HSV(B) 15.88º 0.99% 0.27% -
XYZ 2.69 1.73 0.22 -
YUV 31.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 69 19 1 0 0.72 0.99 0.73 15.88 0.97 0.14
Hex 45 13 1 0 48 63 49 10 61 E
Octal 105 23 1 0 110 143 111 20 141 16
Binary 1000101 10011 1 0 1001000 1100011 1001001 10000 1100001 1110

Color Harmonies of #451301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451301

Black with #451301

Text Example


Text Example

White with #451301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451301; }

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

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

background-color css

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

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

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

border-color css

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

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

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