Html Css Color HEX #4A1508 Brown Pod

📋 copy color: '#4A1508'

red 74 ◦ green 21 ◦ blue 8

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

Shades of Brown Pod #4A1508

Tints of Brown Pod #4A1508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.39%

 BLUE value IS 8 (3.52% from 255) = 7.77%

R = 71.84%
G = 20.39%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4A1508 (or 0x4A1508) is known color: Brown Pod. HEX triplet: 4A, 15 and 08. RGB value is (74,21,8). Sum of RGB (Red+Green+Blue) = 74+21+8=103 (13% of max value = 765). Red value is 74 (29.30% from 255 or 71.84% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1508 is #B5EAF7. Grayscale: #232323. Windows color (decimal): -11922168 or 529738. OLE color: 529738.

HSL color Cylindrical-coordinate representation of color #4A1508: hue angle of 11.82º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A1508 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 21 8 -
CMYK 0 0.72 0.89 0.71
HSL 11.82º 0.8% 0.16% -
HSV(B) 11.82º 0.89% 0.29% -
XYZ 3.14 2.01 0.45 -
YUV 35.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 74 21 8 0 0.72 0.89 0.71 11.82 0.8 0.16
Hex 4A 15 8 0 48 59 47 C 50 10
Octal 112 25 10 0 110 131 107 14 120 20
Binary 1001010 10101 1000 0 1001000 1011001 1000111 1100 1010000 10000

Color Harmonies of #4A1508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1508

Black with #4A1508

Text Example


Text Example

White with #4A1508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,21,8); }

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

background-color css

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

 a { background-color: rgb(74,21,8); }

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

border-color css

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

 span { border-color: rgb(74,21,8); }

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