Html Css Color HEX #4C3525 Woodburn

📋 copy color: '#4C3525'

red 76 ◦ green 53 ◦ blue 37

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

Shades of Woodburn #4C3525

Tints of Woodburn #4C3525

RGB

 RED value IS 76 (30.08% from 255) = 45.78%

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

 BLUE value IS 37 (14.84% from 255) = 22.29%

R = 45.78%
G = 31.93%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#4C3525 (or 0x4C3525) is known color: Woodburn. HEX triplet: 4C, 35 and 25. RGB value is (76,53,37). Sum of RGB (Red+Green+Blue) = 76+53+37=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3525 is #B3CADA. Grayscale: #3A3A3A. Windows color (decimal): -11782875 or 2438476. OLE color: 2438476.

HSL color Cylindrical-coordinate representation of color #4C3525: hue angle of 24.62º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C3525 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 53 37 -
CMYK 0 0.30 0.51 0.70
HSL 24.62º 0.35% 0.22% -
HSV(B) 24.62º 0.51% 0.3% -
XYZ 4.59 4.22 2.32 -
YUV 58.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 76 53 37 0 0.30 0.51 0.70 24.62 0.35 0.22
Hex 4C 35 25 0 1E 33 46 19 23 16
Octal 114 65 45 0 36 63 106 31 43 26
Binary 1001100 110101 100101 0 11110 110011 1000110 11001 100011 10110

Color Harmonies of #4C3525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3525

Black with #4C3525

Text Example


Text Example

White with #4C3525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,53,37); }

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

background-color css

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

 a { background-color: rgb(76,53,37); }

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

border-color css

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

 span { border-color: rgb(76,53,37); }

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