Html Css Color HEX #50382F Cedar

📋 copy color: '#50382F'

red 80 ◦ green 56 ◦ blue 47

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

Shades of Cedar #50382F

Tints of Cedar #50382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.6%

 BLUE value IS 47 (18.75% from 255) = 25.68%

R = 43.72%
G = 30.6%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50382F (or 0x50382F) is known color: Cedar. HEX triplet: 50, 38 and 2F. RGB value is (80,56,47). Sum of RGB (Red+Green+Blue) = 80+56+47=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #50382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50382F is #AFC7D0. Grayscale: #3E3E3E. Windows color (decimal): -11519953 or 3094608. OLE color: 3094608.

HSL color Cylindrical-coordinate representation of color #50382F: hue angle of 16.36º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50382F is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 56 47 -
CMYK 0 0.30 0.41 0.69
HSL 16.36º 0.26% 0.25% -
HSV(B) 16.36º 0.41% 0.31% -
XYZ 5.24 4.74 3.33 -
YUV 62.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 80 56 47 0 0.30 0.41 0.69 16.36 0.26 0.25
Hex 50 38 2F 0 1E 29 45 10 1A 19
Octal 120 70 57 0 36 51 105 20 32 31
Binary 1010000 111000 101111 0 11110 101001 1000101 10000 11010 11001

Color Harmonies of #50382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50382F

Black with #50382F

Text Example


Text Example

White with #50382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50382F; }

 p { color: rgb(80,56,47); }

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

background-color css

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

 a { background-color: rgb(80,56,47); }

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

border-color css

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

 span { border-color: rgb(80,56,47); }

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