Html Css Color HEX #4A150B Brown Pod

📋 copy color: '#4A150B'

red 74 ◦ green 21 ◦ blue 11

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

Shades of Brown Pod #4A150B

Tints of Brown Pod #4A150B

RGB

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

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

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

R = 69.81%
G = 19.81%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#4A150B (or 0x4A150B) is known color: Brown Pod. HEX triplet: 4A, 15 and 0B. RGB value is (74,21,11). Sum of RGB (Red+Green+Blue) = 74+21+11=106 (14% of max value = 765). Red value is 74 (29.30% from 255 or 69.81% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 74 - color contains mainly: red. Hex color #4A150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A150B is #B5EAF4. Grayscale: #232323. Windows color (decimal): -11922165 or 726346. OLE color: 726346.

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

Color convert

RGB 74 21 11 -
CMYK 0 0.72 0.85 0.71
HSL 9.52º 0.74% 0.17% -
HSV(B) 9.52º 0.85% 0.29% -
XYZ 3.15 2.02 0.54 -
YUV 35.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 74 21 11 0 0.72 0.85 0.71 9.52 0.74 0.17
Hex 4A 15 B 0 48 55 47 A 4A 11
Octal 112 25 13 0 110 125 107 12 112 21
Binary 1001010 10101 1011 0 1001000 1010101 1000111 1010 1001010 10001

Color Harmonies of #4A150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A150B

Black with #4A150B

Text Example


Text Example

White with #4A150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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