Html Css Color HEX #4D392A Woodburn

📋 copy color: '#4D392A'

red 77 ◦ green 57 ◦ blue 42

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

Shades of Woodburn #4D392A

Tints of Woodburn #4D392A

RGB

 RED value IS 77 (30.47% from 255) = 43.75%

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

 BLUE value IS 42 (16.8% from 255) = 23.86%

R = 43.75%
G = 32.39%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#4D392A (or 0x4D392A) is known color: Woodburn. HEX triplet: 4D, 39 and 2A. RGB value is (77,57,42). Sum of RGB (Red+Green+Blue) = 77+57+42=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D392A is #B2C6D5. Grayscale: #3D3D3D. Windows color (decimal): -11716310 or 2767181. OLE color: 2767181.

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

Color convert

RGB 77 57 42 -
CMYK 0 0.26 0.45 0.70
HSL 25.71º 0.29% 0.23% -
HSV(B) 25.71º 0.45% 0.3% -
XYZ 4.94 4.67 2.83 -
YUV 61.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 77 57 42 0 0.26 0.45 0.70 25.71 0.29 0.23
Hex 4D 39 2A 0 1A 2D 46 1A 1D 17
Octal 115 71 52 0 32 55 106 32 35 27
Binary 1001101 111001 101010 0 11010 101101 1000110 11010 11101 10111

Color Harmonies of #4D392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D392A

Black with #4D392A

Text Example


Text Example

White with #4D392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,57,42); }

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

background-color css

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

 a { background-color: rgb(77,57,42); }

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

border-color css

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

 span { border-color: rgb(77,57,42); }

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