Html Css Color HEX #503925 Woodburn

📋 copy color: '#503925'

red 80 ◦ green 57 ◦ blue 37

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

Shades of Woodburn #503925

Tints of Woodburn #503925

RGB

 RED value IS 80 (31.64% from 255) = 45.98%

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

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

R = 45.98%
G = 32.76%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#503925 (or 0x503925) is known color: Woodburn. HEX triplet: 50, 39 and 25. RGB value is (80,57,37). Sum of RGB (Red+Green+Blue) = 80+57+37=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #503925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503925 is #AFC6DA. Grayscale: #3D3D3D. Windows color (decimal): -11519707 or 2439504. OLE color: 2439504.

HSL color Cylindrical-coordinate representation of color #503925: hue angle of 27.91º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503925 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 57 37 -
CMYK 0 0.29 0.54 0.69
HSL 27.91º 0.37% 0.23% -
HSV(B) 27.91º 0.54% 0.31% -
XYZ 5.11 4.77 2.4 -
YUV 61.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 80 57 37 0 0.29 0.54 0.69 27.91 0.37 0.23
Hex 50 39 25 0 1D 36 45 1C 25 17
Octal 120 71 45 0 35 66 105 34 45 27
Binary 1010000 111001 100101 0 11101 110110 1000101 11100 100101 10111

Color Harmonies of #503925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503925

Black with #503925

Text Example


Text Example

White with #503925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503925; }

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

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

background-color css

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

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

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

border-color css

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

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

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