Html Css Color HEX #533236 Cab Sav

📋 copy color: '#533236'

red 83 ◦ green 50 ◦ blue 54

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

Shades of Cab Sav #533236

Tints of Cab Sav #533236

RGB

 RED value IS 83 (32.81% from 255) = 44.39%

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 54 (21.48% from 255) = 28.88%

R = 44.39%
G = 26.74%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#533236 (or 0x533236) is known color: Cab Sav. HEX triplet: 53, 32 and 36. RGB value is (83,50,54). Sum of RGB (Red+Green+Blue) = 83+50+54=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #533236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533236 is #ACCDC9. Grayscale: #3C3C3C. Windows color (decimal): -11324874 or 3551827. OLE color: 3551827.

HSL color Cylindrical-coordinate representation of color #533236: hue angle of 352.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533236 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 54 -
CMYK 0 0.40 0.35 0.67
HSL 352.73º 0.25% 0.26% -
HSV(B) 352.73º 0.4% 0.33% -
XYZ 5.37 4.39 4.05 -
YUV 60.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 83 50 54 0 0.40 0.35 0.67 352.73 0.25 0.26
Hex 53 32 36 0 28 23 43 161 19 1A
Octal 123 62 66 0 50 43 103 541 31 32
Binary 1010011 110010 110110 0 101000 100011 1000011 101100001 11001 11010

Color Harmonies of #533236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533236

Black with #533236

Text Example


Text Example

White with #533236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533236; }

 p { color: rgb(83,50,54); }

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

background-color css

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

 a { background-color: rgb(83,50,54); }

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

border-color css

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

 span { border-color: rgb(83,50,54); }

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