Html Css Color HEX #4A3527 Woodburn

📋 copy color: '#4A3527'

red 74 ◦ green 53 ◦ blue 39

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

Shades of Woodburn #4A3527

Tints of Woodburn #4A3527

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.93%

 BLUE value IS 39 (15.63% from 255) = 23.49%

R = 44.58%
G = 31.93%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4A3527 (or 0x4A3527) is known color: Woodburn. HEX triplet: 4A, 35 and 27. RGB value is (74,53,39). Sum of RGB (Red+Green+Blue) = 74+53+39=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3527 is #B5CAD8. Grayscale: #393939. Windows color (decimal): -11913945 or 2569546. OLE color: 2569546.

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

Color convert

RGB 74 53 39 -
CMYK 0 0.28 0.47 0.71
HSL 24º 0.31% 0.22% -
HSV(B) 24º 0.47% 0.29% -
XYZ 4.46 4.15 2.48 -
YUV 57.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 74 53 39 0 0.28 0.47 0.71 24 0.31 0.22
Hex 4A 35 27 0 1C 2F 47 18 1F 16
Octal 112 65 47 0 34 57 107 30 37 26
Binary 1001010 110101 100111 0 11100 101111 1000111 11000 11111 10110

Color Harmonies of #4A3527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3527

Black with #4A3527

Text Example


Text Example

White with #4A3527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,53,39); }

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

background-color css

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

 a { background-color: rgb(74,53,39); }

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

border-color css

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

 span { border-color: rgb(74,53,39); }

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