Html Css Color HEX #451400 Brown Pod

📋 copy color: '#451400'

red 69 ◦ green 20 ◦ blue 0

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

Shades of Brown Pod #451400

Tints of Brown Pod #451400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.53%
G = 22.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#451400 (or 0x451400) is known color: Brown Pod. HEX triplet: 45, 14 and 00. RGB value is (69,20,0). Sum of RGB (Red+Green+Blue) = 69+20+0=89 (11% of max value = 765). Red value is 69 (27.34% from 255 or 77.53% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 69 - color contains mainly: red. Hex color #451400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451400 is #BAEBFF. Grayscale: #202020. Windows color (decimal): -12250112 or 5189. OLE color: 5189.

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

Color convert

RGB 69 20 0 -
CMYK 0 0.71 1 0.73
HSL 17.39º 1% 0.14% -
HSV(B) 17.39º 1% 0.27% -
XYZ 2.7 1.77 0.2 -
YUV 32.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 69 20 0 0 0.71 1 0.73 17.39 1 0.14
Hex 45 14 0 0 47 64 49 11 64 E
Octal 105 24 0 0 107 144 111 21 144 16
Binary 1000101 10100 0 0 1000111 1100100 1001001 10001 1100100 1110

Color Harmonies of #451400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451400

Black with #451400

Text Example


Text Example

White with #451400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451400; }

 p { color: rgb(69,20,0); }

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

background-color css

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

 a { background-color: rgb(69,20,0); }

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

border-color css

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

 span { border-color: rgb(69,20,0); }

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