Html Css Color HEX #4A3729 Woodburn

📋 copy color: '#4A3729'

red 74 ◦ green 55 ◦ blue 41

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

Shades of Woodburn #4A3729

Tints of Woodburn #4A3729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.35%

 BLUE value IS 41 (16.41% from 255) = 24.12%

R = 43.53%
G = 32.35%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#4A3729 (or 0x4A3729) is known color: Woodburn. HEX triplet: 4A, 37 and 29. RGB value is (74,55,41). Sum of RGB (Red+Green+Blue) = 74+55+41=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3729 is #B5C8D6. Grayscale: #3B3B3B. Windows color (decimal): -11913431 or 2701130. OLE color: 2701130.

HSL color Cylindrical-coordinate representation of color #4A3729: hue angle of 25.45º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A3729 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 55 41 -
CMYK 0 0.26 0.45 0.71
HSL 25.45º 0.29% 0.23% -
HSV(B) 25.45º 0.45% 0.29% -
XYZ 4.59 4.35 2.7 -
YUV 59.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 74 55 41 0 0.26 0.45 0.71 25.45 0.29 0.23
Hex 4A 37 29 0 1A 2D 47 19 1D 17
Octal 112 67 51 0 32 55 107 31 35 27
Binary 1001010 110111 101001 0 11010 101101 1000111 11001 11101 10111

Color Harmonies of #4A3729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3729

Black with #4A3729

Text Example


Text Example

White with #4A3729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,55,41); }

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

background-color css

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

 a { background-color: rgb(74,55,41); }

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

border-color css

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

 span { border-color: rgb(74,55,41); }

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