Html Css Color HEX #4A240B Brown Pod

📋 copy color: '#4A240B'

red 74 ◦ green 36 ◦ blue 11

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

Shades of Brown Pod #4A240B

Tints of Brown Pod #4A240B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.75%

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

R = 61.16%
G = 29.75%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#4A240B (or 0x4A240B) is known color: Brown Pod. HEX triplet: 4A, 24 and 0B. RGB value is (74,36,11). Sum of RGB (Red+Green+Blue) = 74+36+11=121 (16% of max value = 765). Red value is 74 (29.30% from 255 or 61.16% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 74 - color contains mainly: red. Hex color #4A240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A240B is #B5DBF4. Grayscale: #2C2C2C. Windows color (decimal): -11918325 or 730186. OLE color: 730186.

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

Color convert

RGB 74 36 11 -
CMYK 0 0.51 0.85 0.71
HSL 23.81º 0.74% 0.17% -
HSV(B) 23.81º 0.85% 0.29% -
XYZ 3.52 2.74 0.66 -
YUV 44.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 74 36 11 0 0.51 0.85 0.71 23.81 0.74 0.17
Hex 4A 24 B 0 33 55 47 18 4A 11
Octal 112 44 13 0 63 125 107 30 112 21
Binary 1001010 100100 1011 0 110011 1010101 1000111 11000 1001010 10001

Color Harmonies of #4A240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A240B

Black with #4A240B

Text Example


Text Example

White with #4A240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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