Html Css Color HEX #4A1B08 Brown Pod

📋 copy color: '#4A1B08'

red 74 ◦ green 27 ◦ blue 8

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

Shades of Brown Pod #4A1B08

Tints of Brown Pod #4A1B08

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.77%

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

R = 67.89%
G = 24.77%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4A1B08 (or 0x4A1B08) is known color: Brown Pod. HEX triplet: 4A, 1B and 08. RGB value is (74,27,8). Sum of RGB (Red+Green+Blue) = 74+27+8=109 (14% of max value = 765). Red value is 74 (29.30% from 255 or 67.89% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A1B08 is #B5E4F7. Grayscale: #272727. Windows color (decimal): -11920632 or 531274. OLE color: 531274.

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

Color convert

RGB 74 27 8 -
CMYK 0 0.64 0.89 0.71
HSL 17.27º 0.8% 0.16% -
HSV(B) 17.27º 0.89% 0.29% -
XYZ 3.26 2.26 0.49 -
YUV 38.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 74 27 8 0 0.64 0.89 0.71 17.27 0.8 0.16
Hex 4A 1B 8 0 40 59 47 11 50 10
Octal 112 33 10 0 100 131 107 21 120 20
Binary 1001010 11011 1000 0 1000000 1011001 1000111 10001 1010000 10000

Color Harmonies of #4A1B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1B08

Black with #4A1B08

Text Example


Text Example

White with #4A1B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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