Html Css Color HEX #4F3A2A Woodburn

📋 copy color: '#4F3A2A'

red 79 ◦ green 58 ◦ blue 42

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

Shades of Woodburn #4F3A2A

Tints of Woodburn #4F3A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.4%

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

R = 44.13%
G = 32.4%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4F3A2A (or 0x4F3A2A) is known color: Woodburn. HEX triplet: 4F, 3A and 2A. RGB value is (79,58,42). Sum of RGB (Red+Green+Blue) = 79+58+42=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A2A is #B0C5D5. Grayscale: #3E3E3E. Windows color (decimal): -11584982 or 2767439. OLE color: 2767439.

HSL color Cylindrical-coordinate representation of color #4F3A2A: hue angle of 25.95º 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 #4F3A2A is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 58 42 -
CMYK 0 0.27 0.47 0.69
HSL 25.95º 0.31% 0.24% -
HSV(B) 25.95º 0.47% 0.31% -
XYZ 5.16 4.86 2.86 -
YUV 62.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 79 58 42 0 0.27 0.47 0.69 25.95 0.31 0.24
Hex 4F 3A 2A 0 1B 2F 45 1A 1F 18
Octal 117 72 52 0 33 57 105 32 37 30
Binary 1001111 111010 101010 0 11011 101111 1000101 11010 11111 11000

Color Harmonies of #4F3A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3A2A

Black with #4F3A2A

Text Example


Text Example

White with #4F3A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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