Html Css Color HEX #4A2101 Brown Pod

📋 copy color: '#4A2101'

red 74 ◦ green 33 ◦ blue 1

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

Shades of Brown Pod #4A2101

Tints of Brown Pod #4A2101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.56%

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

R = 68.52%
G = 30.56%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#4A2101 (or 0x4A2101) is known color: Brown Pod. HEX triplet: 4A, 21 and 01. RGB value is (74,33,1). Sum of RGB (Red+Green+Blue) = 74+33+1=108 (14% of max value = 765). Red value is 74 (29.30% from 255 or 68.52% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2101 is #B5DEFE. Grayscale: #292929. Windows color (decimal): -11919103 or 74058. OLE color: 74058.

HSL color Cylindrical-coordinate representation of color #4A2101: hue angle of 26.3º 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 #4A2101 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 33 1 -
CMYK 0 0.55 0.99 0.71
HSL 26.3º 0.97% 0.15% -
HSV(B) 26.3º 0.99% 0.29% -
XYZ 3.37 2.55 0.34 -
YUV 41.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 74 33 1 0 0.55 0.99 0.71 26.3 0.97 0.15
Hex 4A 21 1 0 37 63 47 1A 61 F
Octal 112 41 1 0 67 143 107 32 141 17
Binary 1001010 100001 1 0 110111 1100011 1000111 11010 1100001 1111

Color Harmonies of #4A2101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2101

Black with #4A2101

Text Example


Text Example

White with #4A2101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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