Html Css Color HEX #4B392A Woodburn

📋 copy color: '#4B392A'

red 75 ◦ green 57 ◦ blue 42

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

Shades of Woodburn #4B392A

Tints of Woodburn #4B392A

RGB

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

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

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

R = 43.1%
G = 32.76%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#4B392A (or 0x4B392A) is known color: Woodburn. HEX triplet: 4B, 39 and 2A. RGB value is (75,57,42). Sum of RGB (Red+Green+Blue) = 75+57+42=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B392A is #B4C6D5. Grayscale: #3C3C3C. Windows color (decimal): -11847382 or 2767179. OLE color: 2767179.

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

Color convert

RGB 75 57 42 -
CMYK 0 0.24 0.44 0.71
HSL 27.27º 0.28% 0.23% -
HSV(B) 27.27º 0.44% 0.29% -
XYZ 4.78 4.59 2.82 -
YUV 60.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 75 57 42 0 0.24 0.44 0.71 27.27 0.28 0.23
Hex 4B 39 2A 0 18 2C 47 1B 1C 17
Octal 113 71 52 0 30 54 107 33 34 27
Binary 1001011 111001 101010 0 11000 101100 1000111 11011 11100 10111

Color Harmonies of #4B392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B392A

Black with #4B392A

Text Example


Text Example

White with #4B392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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