Html Css Color HEX #4E392A Woodburn

📋 copy color: '#4E392A'

red 78 ◦ green 57 ◦ blue 42

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

Shades of Woodburn #4E392A

Tints of Woodburn #4E392A

RGB

 RED value IS 78 (30.86% from 255) = 44.07%

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

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

R = 44.07%
G = 32.2%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#4E392A (or 0x4E392A) is known color: Woodburn. HEX triplet: 4E, 39 and 2A. RGB value is (78,57,42). Sum of RGB (Red+Green+Blue) = 78+57+42=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E392A is #B1C6D5. Grayscale: #3D3D3D. Windows color (decimal): -11650774 or 2767182. OLE color: 2767182.

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

Color convert

RGB 78 57 42 -
CMYK 0 0.27 0.46 0.69
HSL 25º 0.3% 0.24% -
HSV(B) 25º 0.46% 0.31% -
XYZ 5.02 4.71 2.84 -
YUV 61.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 78 57 42 0 0.27 0.46 0.69 25 0.3 0.24
Hex 4E 39 2A 0 1B 2E 45 19 1E 18
Octal 116 71 52 0 33 56 105 31 36 30
Binary 1001110 111001 101010 0 11011 101110 1000101 11001 11110 11000

Color Harmonies of #4E392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E392A

Black with #4E392A

Text Example


Text Example

White with #4E392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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