Html Css Color HEX #4A3321 Woodburn

📋 copy color: '#4A3321'

red 74 ◦ green 51 ◦ blue 33

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

Shades of Woodburn #4A3321

Tints of Woodburn #4A3321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.28%

 BLUE value IS 33 (13.28% from 255) = 20.89%

R = 46.84%
G = 32.28%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#4A3321 (or 0x4A3321) is known color: Woodburn. HEX triplet: 4A, 33 and 21. RGB value is (74,51,33). Sum of RGB (Red+Green+Blue) = 74+51+33=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3321 is #B5CCDE. Grayscale: #373737. Windows color (decimal): -11914463 or 2175818. OLE color: 2175818.

HSL color Cylindrical-coordinate representation of color #4A3321: hue angle of 26.34º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A3321 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 51 33 -
CMYK 0 0.31 0.55 0.71
HSL 26.34º 0.38% 0.21% -
HSV(B) 26.34º 0.55% 0.29% -
XYZ 4.28 3.93 1.97 -
YUV 55.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 74 51 33 0 0.31 0.55 0.71 26.34 0.38 0.21
Hex 4A 33 21 0 1F 37 47 1A 26 15
Octal 112 63 41 0 37 67 107 32 46 25
Binary 1001010 110011 100001 0 11111 110111 1000111 11010 100110 10101

Color Harmonies of #4A3321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3321

Black with #4A3321

Text Example


Text Example

White with #4A3321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,51,33); }

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

background-color css

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

 a { background-color: rgb(74,51,33); }

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

border-color css

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

 span { border-color: rgb(74,51,33); }

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