Html Css Color HEX #4A2312 Brown Pod

📋 copy color: '#4A2312'

red 74 ◦ green 35 ◦ blue 18

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

Shades of Brown Pod #4A2312

Tints of Brown Pod #4A2312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.56%

 BLUE value IS 18 (7.42% from 255) = 14.17%

R = 58.27%
G = 27.56%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#4A2312 (or 0x4A2312) is known color: Brown Pod. HEX triplet: 4A, 23 and 12. RGB value is (74,35,18). Sum of RGB (Red+Green+Blue) = 74+35+18=127 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.27% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2312 is #B5DCED. Grayscale: #2C2C2C. Windows color (decimal): -11918574 or 1188682. OLE color: 1188682.

HSL color Cylindrical-coordinate representation of color #4A2312: hue angle of 18.21º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A2312 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 35 18 -
CMYK 0 0.53 0.76 0.71
HSL 18.21º 0.61% 0.18% -
HSV(B) 18.21º 0.76% 0.29% -
XYZ 3.53 2.7 0.91 -
YUV 44.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 74 35 18 0 0.53 0.76 0.71 18.21 0.61 0.18
Hex 4A 23 12 0 35 4C 47 12 3D 12
Octal 112 43 22 0 65 114 107 22 75 22
Binary 1001010 100011 10010 0 110101 1001100 1000111 10010 111101 10010

Color Harmonies of #4A2312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2312

Black with #4A2312

Text Example


Text Example

White with #4A2312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,35,18); }

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

background-color css

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

 a { background-color: rgb(74,35,18); }

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

border-color css

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

 span { border-color: rgb(74,35,18); }

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