Html Css Color HEX #4A1401 Brown Pod

📋 copy color: '#4A1401'

red 74 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #4A1401

Tints of Brown Pod #4A1401

RGB

 RED value IS 74 (29.3% from 255) = 77.89%

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

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

R = 77.89%
G = 21.05%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#4A1401 (or 0x4A1401) is known color: Brown Pod. HEX triplet: 4A, 14 and 01. RGB value is (74,20,1). Sum of RGB (Red+Green+Blue) = 74+20+1=95 (12% of max value = 765). Red value is 74 (29.30% from 255 or 77.89% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1401 is #B5EBFE. Grayscale: #222222. Windows color (decimal): -11922431 or 70730. OLE color: 70730.

HSL color Cylindrical-coordinate representation of color #4A1401: hue angle of 15.62º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A1401 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 20 1 -
CMYK 0 0.73 0.99 0.71
HSL 15.62º 0.97% 0.15% -
HSV(B) 15.62º 0.99% 0.29% -
XYZ 3.08 1.96 0.24 -
YUV 33.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 74 20 1 0 0.73 0.99 0.71 15.62 0.97 0.15
Hex 4A 14 1 0 49 63 47 10 61 F
Octal 112 24 1 0 111 143 107 20 141 17
Binary 1001010 10100 1 0 1001001 1100011 1000111 10000 1100001 1111

Color Harmonies of #4A1401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1401

Black with #4A1401

Text Example


Text Example

White with #4A1401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1401; }

 p { color: rgb(74,20,1); }

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

background-color css

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

 a { background-color: rgb(74,20,1); }

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

border-color css

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

 span { border-color: rgb(74,20,1); }

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