Html Css Color HEX #451C01 Brown Pod

📋 copy color: '#451C01'

red 69 ◦ green 28 ◦ blue 1

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

Shades of Brown Pod #451C01

Tints of Brown Pod #451C01

RGB

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

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

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

R = 70.41%
G = 28.57%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#451C01 (or 0x451C01) is known color: Brown Pod. HEX triplet: 45, 1C and 01. RGB value is (69,28,1). Sum of RGB (Red+Green+Blue) = 69+28+1=98 (12% of max value = 765). Red value is 69 (27.34% from 255 or 70.41% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 69 - color contains mainly: red. Hex color #451C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451C01 is #BAE3FE. Grayscale: #252525. Windows color (decimal): -12248063 or 72773. OLE color: 72773.

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

Color convert

RGB 69 28 1 -
CMYK 0 0.59 0.99 0.73
HSL 23.82º 0.97% 0.14% -
HSV(B) 23.82º 0.99% 0.27% -
XYZ 2.87 2.1 0.28 -
YUV 37.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 69 28 1 0 0.59 0.99 0.73 23.82 0.97 0.14
Hex 45 1C 1 0 3B 63 49 18 61 E
Octal 105 34 1 0 73 143 111 30 141 16
Binary 1000101 11100 1 0 111011 1100011 1001001 11000 1100001 1110

Color Harmonies of #451C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451C01

Black with #451C01

Text Example


Text Example

White with #451C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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