Html Css Color HEX #4F3B2A Woodburn

📋 copy color: '#4F3B2A'

red 79 ◦ green 59 ◦ blue 42

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

Shades of Woodburn #4F3B2A

Tints of Woodburn #4F3B2A

RGB

 RED value IS 79 (31.25% from 255) = 43.89%

 GREEN value IS 59 (23.44% from 255) = 32.78%

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

R = 43.89%
G = 32.78%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4F3B2A (or 0x4F3B2A) is known color: Woodburn. HEX triplet: 4F, 3B and 2A. RGB value is (79,59,42). Sum of RGB (Red+Green+Blue) = 79+59+42=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3B2A is #B0C4D5. Grayscale: #3F3F3F. Windows color (decimal): -11584726 or 2767695. OLE color: 2767695.

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

Color convert

RGB 79 59 42 -
CMYK 0 0.25 0.47 0.69
HSL 27.57º 0.31% 0.24% -
HSV(B) 27.57º 0.47% 0.31% -
XYZ 5.21 4.96 2.87 -
YUV 63.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 79 59 42 0 0.25 0.47 0.69 27.57 0.31 0.24
Hex 4F 3B 2A 0 19 2F 45 1C 1F 18
Octal 117 73 52 0 31 57 105 34 37 30
Binary 1001111 111011 101010 0 11001 101111 1000101 11100 11111 11000

Color Harmonies of #4F3B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3B2A

Black with #4F3B2A

Text Example


Text Example

White with #4F3B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,59,42); }

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

background-color css

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

 a { background-color: rgb(79,59,42); }

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

border-color css

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

 span { border-color: rgb(79,59,42); }

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