Html Css Color HEX #4A3423 Woodburn

📋 copy color: '#4A3423'

red 74 ◦ green 52 ◦ blue 35

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

Shades of Woodburn #4A3423

Tints of Woodburn #4A3423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.3%

 BLUE value IS 35 (14.06% from 255) = 21.74%

R = 45.96%
G = 32.3%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#4A3423 (or 0x4A3423) is known color: Woodburn. HEX triplet: 4A, 34 and 23. RGB value is (74,52,35). Sum of RGB (Red+Green+Blue) = 74+52+35=161 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.96% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3423 is #B5CBDC. Grayscale: #383838. Windows color (decimal): -11914205 or 2307146. OLE color: 2307146.

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

Color convert

RGB 74 52 35 -
CMYK 0 0.30 0.53 0.71
HSL 26.15º 0.36% 0.21% -
HSV(B) 26.15º 0.53% 0.29% -
XYZ 4.36 4.03 2.14 -
YUV 56.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 74 52 35 0 0.30 0.53 0.71 26.15 0.36 0.21
Hex 4A 34 23 0 1E 35 47 1A 24 15
Octal 112 64 43 0 36 65 107 32 44 25
Binary 1001010 110100 100011 0 11110 110101 1000111 11010 100100 10101

Color Harmonies of #4A3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3423

Black with #4A3423

Text Example


Text Example

White with #4A3423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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