Html Css Color HEX #4D3828 Woodburn

📋 copy color: '#4D3828'

red 77 ◦ green 56 ◦ blue 40

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

Shades of Woodburn #4D3828

Tints of Woodburn #4D3828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

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

R = 44.51%
G = 32.37%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.70

RGB Variations

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

Color information

#4D3828 (or 0x4D3828) is known color: Woodburn. HEX triplet: 4D, 38 and 28. RGB value is (77,56,40). Sum of RGB (Red+Green+Blue) = 77+56+40=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3828 is #B2C7D7. Grayscale: #3C3C3C. Windows color (decimal): -11716568 or 2635853. OLE color: 2635853.

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

Color convert

RGB 77 56 40 -
CMYK 0 0.27 0.48 0.70
HSL 25.95º 0.32% 0.23% -
HSV(B) 25.95º 0.48% 0.3% -
XYZ 4.86 4.56 2.63 -
YUV 60.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 77 56 40 0 0.27 0.48 0.70 25.95 0.32 0.23
Hex 4D 38 28 0 1B 30 46 1A 20 17
Octal 115 70 50 0 33 60 106 32 40 27
Binary 1001101 111000 101000 0 11011 110000 1000110 11010 100000 10111

Color Harmonies of #4D3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3828

Black with #4D3828

Text Example


Text Example

White with #4D3828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,56,40); }

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

background-color css

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

 a { background-color: rgb(77,56,40); }

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

border-color css

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

 span { border-color: rgb(77,56,40); }

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