Html Css Color HEX #4A1D0B Brown Pod

📋 copy color: '#4A1D0B'

red 74 ◦ green 29 ◦ blue 11

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

Shades of Brown Pod #4A1D0B

Tints of Brown Pod #4A1D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.44%

 BLUE value IS 11 (4.69% from 255) = 9.65%

R = 64.91%
G = 25.44%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#4A1D0B (or 0x4A1D0B) is known color: Brown Pod. HEX triplet: 4A, 1D and 0B. RGB value is (74,29,11). Sum of RGB (Red+Green+Blue) = 74+29+11=114 (15% of max value = 765). Red value is 74 (29.30% from 255 or 64.91% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A1D0B is #B5E2F4. Grayscale: #282828. Windows color (decimal): -11920117 or 728394. OLE color: 728394.

HSL color Cylindrical-coordinate representation of color #4A1D0B: hue angle of 17.14º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1D0B is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 29 11 -
CMYK 0 0.61 0.85 0.71
HSL 17.14º 0.74% 0.17% -
HSV(B) 17.14º 0.85% 0.29% -
XYZ 3.32 2.36 0.6 -
YUV 40.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 74 29 11 0 0.61 0.85 0.71 17.14 0.74 0.17
Hex 4A 1D B 0 3D 55 47 11 4A 11
Octal 112 35 13 0 75 125 107 21 112 21
Binary 1001010 11101 1011 0 111101 1010101 1000111 10001 1001010 10001

Color Harmonies of #4A1D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1D0B

Black with #4A1D0B

Text Example


Text Example

White with #4A1D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,29,11); }

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

background-color css

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

 a { background-color: rgb(74,29,11); }

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

border-color css

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

 span { border-color: rgb(74,29,11); }

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