Html Css Color HEX #4A231A Brown Pod

📋 copy color: '#4A231A'

red 74 ◦ green 35 ◦ blue 26

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

Shades of Brown Pod #4A231A

Tints of Brown Pod #4A231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.26%

R = 54.81%
G = 25.93%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#4A231A (or 0x4A231A) is known color: Brown Pod. HEX triplet: 4A, 23 and 1A. RGB value is (74,35,26). Sum of RGB (Red+Green+Blue) = 74+35+26=135 (17% of max value = 765). Red value is 74 (29.30% from 255 or 54.81% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 74 - color contains mainly: red. Hex color #4A231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A231A is #B5DCE5. Grayscale: #2D2D2D. Windows color (decimal): -11918566 or 1712970. OLE color: 1712970.

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

Color convert

RGB 74 35 26 -
CMYK 0 0.53 0.65 0.71
HSL 11.25º 0.48% 0.2% -
HSV(B) 11.25º 0.65% 0.29% -
XYZ 3.61 2.73 1.31 -
YUV 45.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 74 35 26 0 0.53 0.65 0.71 11.25 0.48 0.2
Hex 4A 23 1A 0 35 41 47 B 30 14
Octal 112 43 32 0 65 101 107 13 60 24
Binary 1001010 100011 11010 0 110101 1000001 1000111 1011 110000 10100

Color Harmonies of #4A231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A231A

Black with #4A231A

Text Example


Text Example

White with #4A231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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