Html Css Color HEX #4C392B Woodburn

📋 copy color: '#4C392B'

red 76 ◦ green 57 ◦ blue 43

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

Shades of Woodburn #4C392B

Tints of Woodburn #4C392B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.39%

 BLUE value IS 43 (17.19% from 255) = 24.43%

R = 43.18%
G = 32.39%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4C392B (or 0x4C392B) is known color: Woodburn. HEX triplet: 4C, 39 and 2B. RGB value is (76,57,43). Sum of RGB (Red+Green+Blue) = 76+57+43=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 76 - color contains mainly: red. Hex color #4C392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C392B is #B3C6D4. Grayscale: #3D3D3D. Windows color (decimal): -11781845 or 2832716. OLE color: 2832716.

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

Color convert

RGB 76 57 43 -
CMYK 0 0.25 0.43 0.70
HSL 25.45º 0.28% 0.23% -
HSV(B) 25.45º 0.43% 0.3% -
XYZ 4.88 4.64 2.92 -
YUV 61.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 76 57 43 0 0.25 0.43 0.70 25.45 0.28 0.23
Hex 4C 39 2B 0 19 2B 46 19 1C 17
Octal 114 71 53 0 31 53 106 31 34 27
Binary 1001100 111001 101011 0 11001 101011 1000110 11001 11100 10111

Color Harmonies of #4C392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C392B

Black with #4C392B

Text Example


Text Example

White with #4C392B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,57,43); }

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

background-color css

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

 a { background-color: rgb(76,57,43); }

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

border-color css

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

 span { border-color: rgb(76,57,43); }

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