Html Css Color HEX #50362D Cedar

📋 copy color: '#50362D'

red 80 ◦ green 54 ◦ blue 45

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

Shades of Cedar #50362D

Tints of Cedar #50362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

 BLUE value IS 45 (17.97% from 255) = 25.14%

R = 44.69%
G = 30.17%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#50362D (or 0x50362D) is known color: Cedar. HEX triplet: 50, 36 and 2D. RGB value is (80,54,45). Sum of RGB (Red+Green+Blue) = 80+54+45=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50362D is #AFC9D2. Grayscale: #3C3C3C. Windows color (decimal): -11520467 or 2963024. OLE color: 2963024.

HSL color Cylindrical-coordinate representation of color #50362D: hue angle of 15.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50362D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 54 45 -
CMYK 0 0.33 0.44 0.69
HSL 15.43º 0.28% 0.25% -
HSV(B) 15.43º 0.44% 0.31% -
XYZ 5.1 4.53 3.09 -
YUV 60.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 80 54 45 0 0.33 0.44 0.69 15.43 0.28 0.25
Hex 50 36 2D 0 21 2C 45 F 1C 19
Octal 120 66 55 0 41 54 105 17 34 31
Binary 1010000 110110 101101 0 100001 101100 1000101 1111 11100 11001

Color Harmonies of #50362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50362D

Black with #50362D

Text Example


Text Example

White with #50362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50362D; }

 p { color: rgb(80,54,45); }

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

background-color css

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

 a { background-color: rgb(80,54,45); }

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

border-color css

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

 span { border-color: rgb(80,54,45); }

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