Html Css Color HEX #4C3A28 Woodburn

📋 copy color: '#4C3A28'

red 76 ◦ green 58 ◦ blue 40

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

Shades of Woodburn #4C3A28

Tints of Woodburn #4C3A28

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.33%

 BLUE value IS 40 (16.02% from 255) = 22.99%

R = 43.68%
G = 33.33%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4C3A28 (or 0x4C3A28) is known color: Woodburn. HEX triplet: 4C, 3A and 28. RGB value is (76,58,40). Sum of RGB (Red+Green+Blue) = 76+58+40=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3A28 is #B3C5D7. Grayscale: #3D3D3D. Windows color (decimal): -11781592 or 2636364. OLE color: 2636364.

HSL color Cylindrical-coordinate representation of color #4C3A28: hue angle of 30º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C3A28 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 58 40 -
CMYK 0 0.24 0.47 0.70
HSL 30º 0.31% 0.23% -
HSV(B) 30º 0.47% 0.3% -
XYZ 4.88 4.72 2.66 -
YUV 61.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 76 58 40 0 0.24 0.47 0.70 30 0.31 0.23
Hex 4C 3A 28 0 18 2F 46 1E 1F 17
Octal 114 72 50 0 30 57 106 36 37 27
Binary 1001100 111010 101000 0 11000 101111 1000110 11110 11111 10111

Color Harmonies of #4C3A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3A28

Black with #4C3A28

Text Example


Text Example

White with #4C3A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,58,40); }

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

background-color css

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

 a { background-color: rgb(76,58,40); }

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

border-color css

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

 span { border-color: rgb(76,58,40); }

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