Html Css Color HEX #4B3928 Woodburn

📋 copy color: '#4B3928'

red 75 ◦ green 57 ◦ blue 40

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

Shades of Woodburn #4B3928

Tints of Woodburn #4B3928

RGB

 RED value IS 75 (29.69% from 255) = 43.6%

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

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

R = 43.6%
G = 33.14%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4B3928 (or 0x4B3928) is known color: Woodburn. HEX triplet: 4B, 39 and 28. RGB value is (75,57,40). Sum of RGB (Red+Green+Blue) = 75+57+40=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3928 is #B4C6D7. Grayscale: #3C3C3C. Windows color (decimal): -11847384 or 2636107. OLE color: 2636107.

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

Color convert

RGB 75 57 40 -
CMYK 0 0.24 0.47 0.71
HSL 29.14º 0.3% 0.23% -
HSV(B) 29.14º 0.47% 0.29% -
XYZ 4.75 4.58 2.64 -
YUV 60.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 75 57 40 0 0.24 0.47 0.71 29.14 0.3 0.23
Hex 4B 39 28 0 18 2F 47 1D 1E 17
Octal 113 71 50 0 30 57 107 35 36 27
Binary 1001011 111001 101000 0 11000 101111 1000111 11101 11110 10111

Color Harmonies of #4B3928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3928

Black with #4B3928

Text Example


Text Example

White with #4B3928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,57,40); }

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

background-color css

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

 a { background-color: rgb(75,57,40); }

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

border-color css

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

 span { border-color: rgb(75,57,40); }

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