Html Css Color HEX #4A1603 Brown Pod

📋 copy color: '#4A1603'

red 74 ◦ green 22 ◦ blue 3

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

Shades of Brown Pod #4A1603

Tints of Brown Pod #4A1603

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.22%

 BLUE value IS 3 (1.56% from 255) = 3.03%

R = 74.75%
G = 22.22%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#4A1603 (or 0x4A1603) is known color: Brown Pod. HEX triplet: 4A, 16 and 03. RGB value is (74,22,3). Sum of RGB (Red+Green+Blue) = 74+22+3=99 (13% of max value = 765). Red value is 74 (29.30% from 255 or 74.75% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1603 is #B5E9FC. Grayscale: #232323. Windows color (decimal): -11921917 or 202314. OLE color: 202314.

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

Color convert

RGB 74 22 3 -
CMYK 0 0.70 0.96 0.71
HSL 16.06º 0.92% 0.15% -
HSV(B) 16.06º 0.96% 0.29% -
XYZ 3.13 2.04 0.31 -
YUV 35.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 74 22 3 0 0.70 0.96 0.71 16.06 0.92 0.15
Hex 4A 16 3 0 46 60 47 10 5C F
Octal 112 26 3 0 106 140 107 20 134 17
Binary 1001010 10110 11 0 1000110 1100000 1000111 10000 1011100 1111

Color Harmonies of #4A1603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1603

Black with #4A1603

Text Example


Text Example

White with #4A1603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,22,3); }

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

background-color css

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

 a { background-color: rgb(74,22,3); }

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

border-color css

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

 span { border-color: rgb(74,22,3); }

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