Html Css Color HEX #4A1A08 Brown Pod

📋 copy color: '#4A1A08'

red 74 ◦ green 26 ◦ blue 8

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

Shades of Brown Pod #4A1A08

Tints of Brown Pod #4A1A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 24.07%

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

R = 68.52%
G = 24.07%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4A1A08 (or 0x4A1A08) is known color: Brown Pod. HEX triplet: 4A, 1A and 08. RGB value is (74,26,8). Sum of RGB (Red+Green+Blue) = 74+26+8=108 (14% of max value = 765). Red value is 74 (29.30% from 255 or 68.52% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A1A08 is #B5E5F7. Grayscale: #262626. Windows color (decimal): -11920888 or 531018. OLE color: 531018.

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

Color convert

RGB 74 26 8 -
CMYK 0 0.65 0.89 0.71
HSL 16.36º 0.8% 0.16% -
HSV(B) 16.36º 0.89% 0.29% -
XYZ 3.24 2.21 0.49 -
YUV 38.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 74 26 8 0 0.65 0.89 0.71 16.36 0.8 0.16
Hex 4A 1A 8 0 41 59 47 10 50 10
Octal 112 32 10 0 101 131 107 20 120 20
Binary 1001010 11010 1000 0 1000001 1011001 1000111 10000 1010000 10000

Color Harmonies of #4A1A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1A08

Black with #4A1A08

Text Example


Text Example

White with #4A1A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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