Html Css Color HEX #4F3925 Woodburn

📋 copy color: '#4F3925'

red 79 ◦ green 57 ◦ blue 37

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

Shades of Woodburn #4F3925

Tints of Woodburn #4F3925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 45.66%
G = 32.95%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.69

RGB Variations

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

Color information

#4F3925 (or 0x4F3925) is known color: Woodburn. HEX triplet: 4F, 39 and 25. RGB value is (79,57,37). Sum of RGB (Red+Green+Blue) = 79+57+37=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3925 is #B0C6DA. Grayscale: #3D3D3D. Windows color (decimal): -11585243 or 2439503. OLE color: 2439503.

HSL color Cylindrical-coordinate representation of color #4F3925: hue angle of 28.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F3925 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 57 37 -
CMYK 0 0.28 0.53 0.69
HSL 28.57º 0.36% 0.23% -
HSV(B) 28.57º 0.53% 0.31% -
XYZ 5.02 4.72 2.4 -
YUV 61.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 79 57 37 0 0.28 0.53 0.69 28.57 0.36 0.23
Hex 4F 39 25 0 1C 35 45 1D 24 17
Octal 117 71 45 0 34 65 105 35 44 27
Binary 1001111 111001 100101 0 11100 110101 1000101 11101 100100 10111

Color Harmonies of #4F3925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3925

Black with #4F3925

Text Example


Text Example

White with #4F3925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,57,37); }

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

background-color css

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

 a { background-color: rgb(79,57,37); }

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

border-color css

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

 span { border-color: rgb(79,57,37); }

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