#4B3827

Color #4B3827 Woodburn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodburn #4B3827

Tints of Woodburn #4B3827

Color information

#4B3827 (or 0x4B3827) is unknown color: approx Woodburn. HEX triplet: 4B, 38 and 27. RGB value is (75,56,39). Sum of RGB (Red+Green+Blue) = 75+56+39=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3827 is #B4C7D8. Grayscale: #3B3B3B. Windows color (decimal): -11847641 or 2570315. OLE color: 2570315.

HSL color Cylindrical-coordinate representation of color #4B3827: hue angle of 28.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B3827 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB755639-
CMYK00.250.480.71
HSL28.33º31.58%22.35%-
HSV(B)28.33º48%29.41%-
XYZ4.684.472.54-
YUV59.74116.29138.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.12%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 39 (15.62% from 255) = 22.94%
R=44.12%
G=32.94%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75563900.250.480.7128.3331.5822.35
Hex4B382701930471c2016
Octal113704703160107344026
Binary100101111100010011101100111000010001111110010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,56,39); }

 H1.HeaderClassName
 {
   color: #4B3827;
 }
 .AnyTagClassName
 {
   color: #4B3827;
 }
</style>
background-color css

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

 a { background-color: rgb(75,56,39); }

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

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

 span { border-color: rgb(75,56,39); }

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