Html Css Color HEX #502F32 Cab Sav

📋 copy color: '#502F32'

red 80 ◦ green 47 ◦ blue 50

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

Shades of Cab Sav #502F32

Tints of Cab Sav #502F32

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.55%

 BLUE value IS 50 (19.92% from 255) = 28.25%

R = 45.2%
G = 26.55%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#502F32 (or 0x502F32) is known color: Cab Sav. HEX triplet: 50, 2F and 32. RGB value is (80,47,50). Sum of RGB (Red+Green+Blue) = 80+47+50=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #502F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F32 is #AFD0CD. Grayscale: #393939. Windows color (decimal): -11522254 or 3288912. OLE color: 3288912.

HSL color Cylindrical-coordinate representation of color #502F32: hue angle of 354.55º 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 #502F32 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 47 50 -
CMYK 0 0.41 0.37 0.69
HSL 354.55º 0.26% 0.25% -
HSV(B) 354.55º 0.41% 0.31% -
XYZ 4.9 3.97 3.53 -
YUV 57.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 80 47 50 0 0.41 0.37 0.69 354.55 0.26 0.25
Hex 50 2F 32 0 29 25 45 163 1A 19
Octal 120 57 62 0 51 45 105 543 32 31
Binary 1010000 101111 110010 0 101001 100101 1000101 101100011 11010 11001

Color Harmonies of #502F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F32

Black with #502F32

Text Example


Text Example

White with #502F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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